breadarr/breadarr-shared/Cargo.toml
2026-07-16 22:22:53 +08:00

11 lines
204 B
TOML

[package]
name = "breadarr-shared"
version = "0.1.0"
edition = "2021"
[dependencies]
serde.workspace = true
anyhow.workspace = true
toml.workspace = true
reqwest.workspace = true
chrono.workspace = true