1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_common/Cargo.toml
2023-01-31 12:43:19 +01:00

16 lines
No EOL
340 B
TOML

[package]
name = "zokrates_common"
version = "0.1.2"
authors = ["dark64 <darem966@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["bellman", "ark"]
bellman = []
ark = []
[dependencies]
serde = { version = "1.0", features = ["derive"] }