evmjit is dynamically linked

This commit is contained in:
debris 2016-01-04 05:04:56 +01:00
parent 156fcad4e2
commit 7f7dcef9f6
2 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,7 @@ env_logger = "0.3"
ethcore-util = "0.1.0" ethcore-util = "0.1.0"
rustc-serialize = "0.3" rustc-serialize = "0.3"
flate2 = "0.2" flate2 = "0.2"
rocksdb = "0.2.1" rocksdb = "0.2"
heapsize = "0.2.0" heapsize = "0.2.0"
evmjit = { path = "rust-evmjit", optional = true } evmjit = { path = "rust-evmjit", optional = true }

View File

@ -3,5 +3,8 @@ name = "evmjit"
version = "0.1.0" version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"] authors = ["debris <marek.kotewicz@gmail.com>"]
[lib]
crate-type = ["dylib"]
[dependencies] [dependencies]
tiny-keccak = "1.0" tiny-keccak = "1.0"