diff options
Diffstat (limited to 'tvix/store/Cargo.toml')
-rw-r--r-- | tvix/store/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index c19f34bbbcf0..b913aed3be95 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -16,7 +16,6 @@ data-encoding = { workspace = true } ed25519 = { workspace = true } ed25519-dalek = { workspace = true } futures = { workspace = true } -lazy_static = { workspace = true } nix-compat = { path = "../nix-compat", features = ["async"] } pin-project-lite = { workspace = true } prost = { workspace = true } |