feat: refactor

This commit is contained in:
2025-05-03 16:22:05 +08:00
parent 43cfb9be62
commit f78c516d17
19 changed files with 361 additions and 345 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "nix-rs"
version = "0.1.0"
name = "nixjit"
version = "0.0.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -14,6 +14,5 @@ tokio = { version = "1.38", features = [ "full" ] }
rpds = "1.1"
derive_more = "0.99"
crossbeam-channel = "0.5"
num_cpus = "1.0"
ecow = "0.2"
once_cell = "1.19"