20 lines
386 B
TOML
20 lines
386 B
TOML
[package]
|
|
name = "rtx-compiler"
|
|
version = "1.0.0"
|
|
edition.workspace = true
|
|
rust-version = "1.92"
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
# rustg.workspace = true # Temporarily commented out
|
|
anyhow.workspace = true
|
|
thiserror.workspace = true
|
|
tracing.workspace = true
|
|
serde.workspace = true
|
|
|
|
[dev-dependencies]
|
|
proptest.workspace = true
|
|
[lints]
|
|
workspace = true
|