1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

fix author

This commit is contained in:
Thibaut 2019-09-28 18:20:35 +02:00
parent 997d2c3862
commit b84b963e97

View file

@ -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" }