1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/zokrates_pest_ast/Cargo.toml
2023-01-31 12:43:19 +01:00

15 lines
307 B
TOML

[package]
name = "zokrates_pest_ast"
version = "0.3.1"
authors = ["schaeff <thibaut@schaeff.fr>"]
edition = "2018"
[dependencies]
zokrates_parser = { version = "0.3.0", path = "../zokrates_parser" }
pest = "2.0"
pest-ast = "0.3.3"
from-pest = "0.3.1"
lazy_static = "1.3.0"
[dev-dependencies]
glob = "0.2"