From 6f6ddccc92e539c800c705987f7e628e66eed0a3 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 27 Feb 2023 17:47:16 +0100 Subject: refactor(tvix/store): move entrypoint to src/bin/tvix-store.rs Change-Id: Ibb83be75a2be27debd9e85b43c1b824f59e54dab Reviewed-on: https://cl.tvl.fyi/c/depot/+/8165 Tested-by: BuildkiteCI Reviewed-by: raitobezarius --- tvix/Cargo.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tvix/Cargo.nix') diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index 2c3572742705..20751f596a3f 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -8279,8 +8279,8 @@ rec { edition = "2021"; crateBin = [ { - name = "tvix-store-bin"; - path = "src/main.rs"; + name = "tvix-store"; + path = "src/bin/tvix-store.rs"; requiredFeatures = [ ]; } ]; -- cgit 1.4.1