Files
Pumpkin/pumpkin-plugin-api/Cargo.toml
Alexander Medvedev aad2e477d9 fix: CI 3 (hopefully)
2026-05-16 12:50:09 +02:00

17 lines
436 B
TOML

[package]
name = "pumpkin-plugin-api"
# This should be different from the pumpkin server version.
version = "0.1.0"
edition.workspace = true
license.workspace = true
[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" }