openethereum/rust-evmjit/Cargo.toml

9 lines
143 B
TOML
Raw Normal View History

2015-12-05 19:21:07 +01:00
[package]
name = "evmjit"
version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
[dependencies]
libc = "0.2.2"
2015-12-22 20:05:14 +01:00
tiny-keccak = "1.0"