4bee36eb7f
- added is_lib arg for compiler to produce non-main assembly outputs - updated templates to use include_str
16 lines
268 B
TOML
16 lines
268 B
TOML
[package]
|
|
name = "compiler"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
|
|
|
|
[[bin]]
|
|
name = "dsa-c"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.43"
|
|
common = { path = "../dsa_common" }
|
|
uuid = { version = "1.20.0", features = ["v4"] }
|