feat: usable?

This commit is contained in:
2025-05-05 11:31:46 +08:00
parent eea4a4ce9f
commit b9dcc83c39
24 changed files with 688 additions and 244 deletions

View File

@@ -3,7 +3,10 @@ name = "nixjit"
version = "0.0.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.perf]
opt-level = 3
debug = 1
inherits = "dev"
[dependencies]
rnix = "0.11"
@@ -16,3 +19,5 @@ derive_more = { version = "2.0", features = [ "full" ] }
crossbeam-channel = "0.5"
ecow = "0.2"
once_cell = "1.19"
rustyline = "15.0"