Fixed --datadir option (#5697)

* Fixed --datadir

* Removed evmbin lib
This commit is contained in:
Arkadiy Paronyan
2017-05-29 15:15:54 +02:00
committed by Gav Wood
parent 3991178b8d
commit a4aec56d18
2 changed files with 2 additions and 6 deletions

View File

@@ -4,10 +4,6 @@ description = "Parity's EVM implementation"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
[lib]
name = "evmbin"
path = "./src/main.rs"
[[bin]]
name = "parity-evm"
path = "./src/main.rs"