chore: add Cargo.toml metadata (description, license, rust-version)

- All crates: rust-version = 1.70, license = MIT
- Root + example-plugin: publish = false (not intended for crates.io)
- plugin-sdk: proper description for potential future publication
This commit is contained in:
2026-03-31 23:26:17 +08:00
parent d040f51cb2
commit e112b2e8b7
3 changed files with 10 additions and 0 deletions

View File

@@ -3,7 +3,9 @@ name = "showen-plugin-sdk"
version = "0.2.0"
authors = ["showen"]
edition = "2021"
rust-version = "1.70"
description = "SDK for building ShowenV2 dynamic plugins"
license = "MIT"
[dependencies]
serde = { version = "1", features = ["derive"] }