lyra-wasm-scripting-test/witguest/Cargo.toml

24 lines
675 B
TOML
Raw Permalink Normal View History

2024-04-11 19:03:39 -04:00
[package]
name = "witguest"
version = "0.1.0"
edition = "2021"
#build = "build.rs"
2024-04-11 19:03:39 -04:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
wit-bindgen = { version = "0.28.0", default-features = false, features = ["realloc"] }
wit-bindgen-rt = { version = "0.28.0", features = ["bitflags"] }
common-api = { path = "../common-api" }
bytemuck = { version = "1.15.0", features = ["derive"] }
2024-04-11 19:03:39 -04:00
[lib]
crate-type = ["cdylib"]
[package.metadata.component]
package = "component:witguest"
[package.metadata.component.dependencies]
[package.metadata.component.target.dependencies]
#"lyra:api" = { path = "../common-api/wit" }