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]
|
||||
name = "zokrates_abi"
|
||||
version = "0.1.0"
|
||||
authors = ["thibaut"]
|
||||
authors = ["Thibaut Schaeffer <thibaut@schaeff.fr>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
zokrates_field = { version = "0.3", path = "../zokrates_field" }
|
||||
zokrates_core = { version = "0.3", path = "../zokrates_core" }
|
||||
|
|
Loading…
Reference in a new issue