ecrecover/Cargo.toml
2019-08-01 15:09:57 +02:00

13 lines
340 B
TOML

[package]
name = "ecrecover"
version = "0.1.0"
authors = ["John Newby <john@newby.org>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
c_vec = "1.3.3"
libc = "0.2.60"
parity-bytes = "0.1.0"
ethcore-builtin = { path = "../parity-ethereum/ethcore/builtin" }