fix author
This commit is contained in:
parent
997d2c3862
commit
b84b963e97
1 changed files with 1 additions and 3 deletions
|
@ -1,11 +1,9 @@
|
||||||
[package]
|
[package]
|
||||||
name = "zokrates_abi"
|
name = "zokrates_abi"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["thibaut"]
|
authors = ["Thibaut Schaeffer <thibaut@schaeff.fr>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
zokrates_field = { version = "0.3", path = "../zokrates_field" }
|
zokrates_field = { version = "0.3", path = "../zokrates_field" }
|
||||||
zokrates_core = { version = "0.3", path = "../zokrates_core" }
|
zokrates_core = { version = "0.3", path = "../zokrates_core" }
|
||||||
|
|
Loading…
Reference in a new issue