From 7c92b07efd6d3a183c2b6970102647fea08fc49a Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 28 Dec 2021 14:29:30 +0100 Subject: feat(tvix): set up cargo rust project First steps for baba Change-Id: Id6a68c5630cb85f280f4dcc7b2acf10c02454fd6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4732 Tested-by: BuildkiteCI Reviewed-by: tazjin --- tvix/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tvix/Cargo.toml (limited to 'tvix/Cargo.toml') diff --git a/tvix/Cargo.toml b/tvix/Cargo.toml new file mode 100644 index 0000000000..2a59a77eaf --- /dev/null +++ b/tvix/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "tvix" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + + +[[bin]] +name = "nix-store" -- cgit 1.4.1