21 lines
300 B
TOML
21 lines
300 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"
|
|
rpds = "1.1"
|
|
derive_more = { version = "2.0", features = [ "full" ] }
|
|
ecow = "0.2"
|
|
regex = "1.11"
|
|
|
|
rustyline = "15.0"
|