blob: dc4f469502126db00e9c63d56b1ac4227e0e5c43 (
plain)
1
2
3
4
5
6
7
8
9
10
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"
|