Files
Pumpkin/crates/pumpkin-plugin-api/Cargo.toml
2026-08-15 18:45:02 +02:00

20 lines
467 B
TOML

[package]
name = "pumpkin-plugin-api"
# This should be different from the pumpkin server version.
version = "0.1.0"
edition.workspace = true
license = "MIT OR Apache-2.0"
[dependencies]
wit-bindgen = { workspace = true }
tracing = { workspace = true }
postcard = { workspace = true }
tracing-serde-structured = { workspace = true }
serde_json = { workspace = true }
[package.metadata.component]
target = { path = "../pumpkin-plugin-wit" }
[lints]
workspace = true