24 lines
675 B
TOML
24 lines
675 B
TOML
[package]
|
|
name = "witguest"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
#build = "build.rs"
|
|
# 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"] }
|
|
|
|
[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" } |