Files
rustytorch/crates/specialized/rtx-compiler/Cargo.toml
T
2026-03-04 00:08:42 +00:00

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