Files
nixjit/Cargo.toml
2025-05-05 11:31:46 +08:00

24 lines
397 B
TOML

[package]
name = "nixjit"
version = "0.0.0"
edition = "2024"
[profile.perf]
opt-level = 3
debug = 1
inherits = "dev"
[dependencies]
rnix = "0.11"
anyhow = "1.0"
itertools = "0.12"
rayon = "1.10"
tokio = { version = "1.38", features = [ "full" ] }
rpds = "1.1"
derive_more = { version = "2.0", features = [ "full" ] }
crossbeam-channel = "0.5"
ecow = "0.2"
once_cell = "1.19"
rustyline = "15.0"