Newer
Older
time = "0.1"
#interpolate_idents = { git = "https://github.com/SkylerLipthay/interpolate_idents" }
evmjit = { path = "rust-evmjit", optional = true }
jsonrpc-core = { version = "1.0", optional = true }
jsonrpc-http-server = { version = "1.0", optional = true }
[features]
jit = ["evmjit"]
evm_debug = []
rpc = ["jsonrpc-core", "jsonrpc-http-server"]
[[bin]]
name = "client"
path = "src/bin/client/main.rs"