breadbox/breadbox-shared/Cargo.toml
Breadway 69c982eef9
All checks were successful
Mirror to GitHub / mirror (push) Successful in 5s
Build and publish package / package (push) Successful in 2m10s
Release 0.2.4: shared bread-theme stylesheet
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-16 18:32:48 +08:00

10 lines
181 B
TOML

[package]
name = "breadbox-shared"
version = "0.2.4"
edition = "2021"
license = "MIT"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
toml = "0.8"