12 lines
274 B
TOML
12 lines
274 B
TOML
[package]
|
|
name = "wasmstandalone"
|
|
version = "0.0.0"
|
|
authors = ["The Cretonne Project Developers"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
cretonne = { path = "../cretonne" }
|
|
cretonne-frontend = { path = "../frontend" }
|
|
wasm2cretonne = { path = "../wasm2cretonne" }
|
|
region = "0.0.8"
|