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

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