17 lines
306 B
TOML
17 lines
306 B
TOML
|
|
[package]
|
||
|
|
name = "counter-component"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition.workspace = true
|
||
|
|
rust-version.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
|
||
|
|
[package.metadata.wasmeld]
|
||
|
|
id = "counter"
|
||
|
|
world = "component:counter/counter-component@0.1.0"
|
||
|
|
|
||
|
|
[lib]
|
||
|
|
crate-type = ["cdylib"]
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
wit-bindgen.workspace = true
|