[package] name = "wasm2obj" version = "0.0.0" authors = ["The Cretonne Project Developers"] publish = false [dependencies] cretonne = { git = "https://github.com/stoklund/cretonne.git" } cretonne-frontend = { 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" }