openethereum/evmjit/Cargo.toml

11 lines
158 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>"]
2016-01-04 05:04:56 +01:00
[lib]
crate-type = ["dylib"]
2015-12-05 19:21:07 +01:00
[dependencies]
2015-12-22 20:05:14 +01:00
tiny-keccak = "1.0"