mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
20 lines
467 B
TOML
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
|