diff options
Diffstat (limited to 'tvix/Cargo.toml')
-rw-r--r-- | tvix/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tvix/Cargo.toml b/tvix/Cargo.toml new file mode 100644 index 000000000000..2a59a77eaff5 --- /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" |