12 lines
356 B
TOML
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" }
|