10 lines
No EOL
337 B
TOML
10 lines
No EOL
337 B
TOML
[package]
|
|
name = "zokrates_embed"
|
|
version = "0.1.0"
|
|
authors = ["schaeff <thibaut@schaeff.fr>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
sapling-crypto = { git = 'https://github.com/matterinc/sapling-crypto', tag = "0.0.4" }
|
|
bellman = { git = 'https://github.com/matterinc/bellman', tag = "0.2.0" }
|
|
zokrates_field = { path = "../zokrates_field" } |