blob: 551bb40acfb528b4c9cab928debe4230f5dbeea2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "jsparagus-scope"
version = "0.1.0"
authors = ["The jsparagus Project Developers"]
edition = "2018"
license = "MIT/Apache-2.0"
[dependencies]
indexmap = "1.0"
jsparagus-ast = { path = "../ast" }
jsparagus-stencil = { path = "../stencil" }
|