From ceb2c0ba895554c7cabb0ac20d3a80ea2aba1ab1 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 2 Jan 2023 14:37:08 +0100 Subject: chore(tvix/store): make importable This allows other crates to import tvix_store. Rename the bin crate to tvix-store-bin, to avoid having multiple crates with the same name (https://github.com/rust-lang/cargo/issues/6313) Change-Id: I857768d6115640dbf102e79ed03e8474090df2fe Reviewed-on: https://cl.tvl.fyi/c/depot/+/7728 Tested-by: BuildkiteCI Reviewed-by: tazjin --- tvix/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/Cargo.lock') diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index 7a20c720aeb3..56e568559ffd 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -2223,7 +2223,7 @@ dependencies = [ ] [[package]] -name = "tvix-store" +name = "tvix-store-bin" version = "0.1.0" dependencies = [ "anyhow", -- cgit 1.4.1