1
0
Fork 0
mirror of synced 2025-09-23 04:08:33 +00:00
ZoKrates/zokrates_pest_ast/Cargo.toml
Lucas Clemente Vella c1757e0412
Fixing pest-ast exact version
Compilation fails if it tries to build against 0.3.4
2023-06-26 21:28:18 +01:00

15 lines
309 B
TOML

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