1
0
Fork 0
mirror of synced 2025-09-22 11:47:57 +00:00
ZoKrates/zokrates_common/Cargo.toml
2023-04-22 00:08:48 +02:00

17 lines
No EOL
370 B
TOML

[package]
name = "zokrates_common"
version = "0.1.3"
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", "bellperson"]
bellman = []
ark = []
bellperson = []
[dependencies]
serde = { version = "1.0", features = ["derive"] }