12 lines
243 B
TOML
12 lines
243 B
TOML
[package]
|
|
name = "wasmstandalone_obj"
|
|
version = "0.0.0"
|
|
authors = ["The Cretonne Project Developers"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
cretonne = "0.4.0"
|
|
cretonne-wasm = "0.4.0"
|
|
wasmstandalone_runtime = { path = "../runtime" }
|
|
faerie = "0.1.0"
|