tvl-depot/tvix/store/Cargo.toml
Florian Klink b0879917d4 chore(tvix/store): trim Cargo.toml
lazy_static is only used in tests, and anyhow isn't used at all (yet).

This can be dropped.

Change-Id: Ic41ff3f9bb93cfa600c3485e85464f78a3976504
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7668
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2022-12-29 12:07:57 +00:00

18 lines
322 B
TOML

[package]
name = "tvix-store"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.68"
blake3 = { version = "1.3.1", features = ["rayon", "std"] }
prost = "0.11.2"
thiserror = "1.0.38"
tonic = "0.8.2"
[dev-dependencies]
lazy_static = "1.4.0"
[build-dependencies]
prost-build = "0.11.2"
tonic-build = "0.8.2"