diff options
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r-- | tvix/Cargo.lock | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index f9c5907e20ef..2984479c18ef 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -2344,6 +2344,23 @@ dependencies = [ ] [[package]] +name = "nix-daemon" +version = "0.1.0" +dependencies = [ + "async-trait", + "clap", + "futures", + "mimalloc", + "nix-compat", + "tokio", + "tokio-listener", + "tracing", + "tvix-castore", + "tvix-store", + "tvix-tracing", +] + +[[package]] name = "nohash-hasher" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" |