Compare commits
2 commits
1803db5d9a
...
f73a82826c
Author | SHA1 | Date | |
---|---|---|---|
f73a82826c | |||
bdf5b5389a |
397
Cargo.lock
generated
397
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -11,10 +11,10 @@ tonic = "0.12.1"
|
|||
tower = "0.4.13"
|
||||
tower-http = "0.5.2"
|
||||
tracing = "0.1.40"
|
||||
tvix-castore = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "10ba68134d175769bb9dea9ebce56e4775cff1b0" }
|
||||
tvix-store = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "10ba68134d175769bb9dea9ebce56e4775cff1b0", features = ["xp-store-composition" ] }
|
||||
tvix-tracing = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "10ba68134d175769bb9dea9ebce56e4775cff1b0" }
|
||||
nar-bridge = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "10ba68134d175769bb9dea9ebce56e4775cff1b0" }
|
||||
tvix-castore = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "cacf564e84444c8341fa4875e25481f07bd70f36" }
|
||||
tvix-store = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "cacf564e84444c8341fa4875e25481f07bd70f36", features = ["xp-store-composition" ] }
|
||||
tvix-tracing = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "cacf564e84444c8341fa4875e25481f07bd70f36" }
|
||||
nar-bridge = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "cacf564e84444c8341fa4875e25481f07bd70f36" }
|
||||
url = "2.5.2"
|
||||
clap = "4.5.9"
|
||||
axum = "0.7.5"
|
||||
|
|
|
@ -18,6 +18,10 @@ let
|
|||
files = "\\.nix$";
|
||||
};
|
||||
|
||||
# Rust
|
||||
cargo-check.enable = true;
|
||||
rustfmt.enable = true;
|
||||
|
||||
# Misc Hooks
|
||||
commitizen.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue