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:
Florian Klink 2022-12-29 12:07:51 +01:00 committed by flokli
parent ff71366f41
commit b0879917d4
3 changed files with 9 additions and 6 deletions

View file

@ -1,4 +1,3 @@
use anyhow::Result;
use std::collections::HashSet;
use thiserror::Error;