diff options
Diffstat (limited to 'third_party/rust/jsparagus-ast/Cargo.toml')
-rw-r--r-- | third_party/rust/jsparagus-ast/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/rust/jsparagus-ast/Cargo.toml b/third_party/rust/jsparagus-ast/Cargo.toml new file mode 100644 index 0000000000..3818dfbf74 --- /dev/null +++ b/third_party/rust/jsparagus-ast/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "jsparagus-ast" +version = "0.1.0" +authors = ["khyperia <khyperia@live.com>"] +edition = "2018" +license = "MIT/Apache-2.0" + +[dependencies] +bumpalo = { version = "3.4.0", features = ["collections"] } +indexmap = "1.0" |