1
0
Fork 0
mirror of synced 2025-09-23 04:08:33 +00:00
ZoKrates/zokrates_common/Cargo.toml
2022-07-04 19:50:12 +02:00

15 lines
No EOL
289 B
TOML

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