[package] name = "wavm" version = "0.1.0" authors = ["Marek Vavrusa "] edition = "2018" license = "Apache-2.0 WITH LLVM-exception" categories = ["wasm"] description = "Safe bindings for WAVM" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] wavm-sys = { path = "../wavm-sys", version = "0.1" } anyhow = "1.0" log = "0.4" [dev-dependencies] env_logger = "0.7"