Files
wasmeld/components/resident-probe/Cargo.toml
T

17 lines
334 B
TOML
Raw Normal View History

2026-07-30 07:40:02 +08:00
[package]
name = "resident-probe-component"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
[package.metadata.wasmeld]
id = "resident-probe"
world = "component:resident-probe/resident-probe-component@0.1.0"
[lib]
crate-type = ["cdylib"]
[dependencies]
wit-bindgen.workspace = true