summaryrefslogtreecommitdiffstats
path: root/third_party/rust/jsparagus-stencil/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--third_party/rust/jsparagus-stencil/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/rust/jsparagus-stencil/Cargo.toml b/third_party/rust/jsparagus-stencil/Cargo.toml
new file mode 100644
index 0000000000..d2fdd938ee
--- /dev/null
+++ b/third_party/rust/jsparagus-stencil/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "jsparagus-stencil"
+version = "0.1.0"
+authors = ["The jsparagus Project Developers"]
+edition = "2018"
+license = "MIT/Apache-2.0"
+
+[dependencies]
+jsparagus-ast = { path = "../ast" }