breadbox/breadbox-shared/Cargo.toml
Breadway fbd73c1984
All checks were successful
beta (rc) release / build (push) Has been skipped
dev release / build (push) Successful in 1m7s
release / build (push) Successful in 1m6s
Bump version to v0.3.1
2026-08-15 23:05:47 +08:00

10 lines
181 B
TOML

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