This also updates the publishing scripts to work with newly added and reorganized crates.
12 lines
199 B
TOML
12 lines
199 B
TOML
[package]
|
|
name = "example-fib-debug-wasm"
|
|
version = "0.0.0"
|
|
authors = ["The Wasmtime Project Developers"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
path = "fib.rs"
|
|
name = "fib"
|