diff options
Diffstat (limited to 'tvix/store/Cargo.toml')
-rw-r--r-- | tvix/store/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml new file mode 100644 index 000000000000..83e2de8d4241 --- /dev/null +++ b/tvix/store/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "tvix-store" +version = "0.1.0" +edition = "2021" + +[dependencies] |