1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_common/Cargo.toml
2021-11-25 20:07:17 +01:00

16 lines
No EOL
303 B
TOML

[package]
name = "zokrates_common"
version = "0.1.0"
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 = []
libsnark = []
[dependencies]