Files
wasmtime/lib/wasm2obj/Cargo.toml
2017-10-03 12:48:33 -07:00

12 lines
356 B
TOML

[package]
name = "wasm2obj"
version = "0.0.0"
authors = ["The Cretonne Project Developers"]
publish = false
[dependencies]
cretonne = { git = "https://github.com/stoklund/cretonne.git" }
cretonne-wasm = { git = "https://github.com/stoklund/cretonne.git" }
wasmstandalone = { path = "../wasmstandalone" }
faerie = { git = "https://github.com/m4b/faerie" }