14a04a524c
provided an API for the editor to use.
10 lines
169 B
TOML
10 lines
169 B
TOML
[package]
|
|
name = "compiler"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
|
|
[dependencies]
|
|
chrono = "0.4.43"
|
|
common = { path = "../common" }
|