diff options
Diffstat (limited to 'third_party/rust/jsparagus-generated-parser/Cargo.toml')
-rw-r--r-- | third_party/rust/jsparagus-generated-parser/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/rust/jsparagus-generated-parser/Cargo.toml b/third_party/rust/jsparagus-generated-parser/Cargo.toml new file mode 100644 index 0000000000..dc4f469502 --- /dev/null +++ b/third_party/rust/jsparagus-generated-parser/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "jsparagus-generated-parser" +version = "0.1.0" +authors = ["khyperia <khyperia@live.com>"] +edition = "2018" +license = "MIT/Apache-2.0" + +[dependencies] +bumpalo = "3.4.0" +jsparagus-ast = { path = "../ast" } +static_assertions = "1.1.0"
\ No newline at end of file |