about summary refs log tree commit diff
path: root/tvix/eval/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-08-04T13·29+0300
committertazjin <tazjin@tvl.su>2022-08-12T12·34+0000
commitd1bf3d3577af062e5c7ddbf5c871386c61b34fc0 (patch)
treef5af142a88bf7e66afd10f03c2e64eaf2ffdc48f /tvix/eval/Cargo.toml
parent8f4beaaba269c3312c149fcb05414fdb8f7bdcae (diff)
feat(tvix/eval): check in generated project skeleton r/4398
Change-Id: Iecc8283abb289de71f22076fd88892f6ded99cb3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6062
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'tvix/eval/Cargo.toml')
-rw-r--r--tvix/eval/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml
new file mode 100644
index 0000000000..aca73c1640
--- /dev/null
+++ b/tvix/eval/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "tvix-eval"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]