1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/zokrates_profiler/Cargo.toml
Thibaut Schaeffer 52e45a396c
Add sourcemaps (#1285)
add sourcemaps
2023-04-13 15:33:37 +02:00

9 lines
No EOL
272 B
TOML

[package]
name = "zokrates_profiler"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
zokrates_ast = { version = "0.1", path = "../zokrates_ast", default-features = false }