diff options
Diffstat (limited to 'tvix/store/Cargo.toml')
-rw-r--r-- | tvix/store/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index 22a7cf19f087..08045e62c125 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -23,7 +23,9 @@ serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } serde_with = { workspace = true } serde_qs = { workspace = true } +sha1 = { workspace = true } sha2 = { workspace = true } +md-5 = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true, features = ["fs", "macros", "net", "rt", "rt-multi-thread", "signal"] } tokio-listener = { workspace = true, features = ["clap", "multi-listener", "sd_listen", "tonic012"] } @@ -61,6 +63,7 @@ rstest = { workspace = true } rstest_reuse = { workspace = true } tempfile = { workspace = true } tokio-retry = { workspace = true } +hex-literal = { workspace = true } [features] default = ["cloud", "fuse", "otlp", "tonic-reflection"] |