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