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