[package] name = "wavm-sys" version = "0.1.0" authors = ["Marek Vavrusa "] edition = "2018" license = "Apache-2.0 WITH LLVM-exception" categories = ["wasm"] description = "Rust bindings for WAVM" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] llvm-sys = "80" [build-dependencies] cmake = "0.1" bindgen = "0.51"