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
This commit is contained in:
parent
ff71366f41
commit
b0879917d4
3 changed files with 9 additions and 6 deletions
|
@ -6171,10 +6171,6 @@ rec {
|
|||
packageId = "blake3";
|
||||
features = [ "rayon" "std" ];
|
||||
}
|
||||
{
|
||||
name = "lazy_static";
|
||||
packageId = "lazy_static";
|
||||
}
|
||||
{
|
||||
name = "prost";
|
||||
packageId = "prost";
|
||||
|
@ -6198,6 +6194,12 @@ rec {
|
|||
packageId = "tonic-build";
|
||||
}
|
||||
];
|
||||
devDependencies = [
|
||||
{
|
||||
name = "lazy_static";
|
||||
packageId = "lazy_static";
|
||||
}
|
||||
];
|
||||
|
||||
};
|
||||
"typenum" = rec {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue