1
0
Fork 0
mirror of synced 2025-09-22 11:47:57 +00:00
ZoKrates/zokrates_pest_ast/Cargo.toml
2023-04-13 17:37:10 +02:00

15 lines
308 B
TOML

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