plugin: add rust pdk template
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "yoi-plugin-pdk"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
description = "Guest-side Rust PDK helpers for Yoi Component Model Tool plugins"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json.workspace = true
|
||||
thiserror.workspace = true
|
||||
wit-bindgen = "0.51.0"
|
||||
|
||||
[dev-dependencies]
|
||||
toml.workspace = true
|
||||
Reference in New Issue
Block a user