Login
4 branches 0 tags
Ben (Desktop/Arch) CI 4cf9245 18 days ago 228 Commits
rubhub / crates / state / Cargo.toml
[package]
name = "rubhub-state"
version = "0.1.0"
edition = "2024"
license = "EUPL-1.2"

[dependencies]
rubhub-auth-store = { path = "../auth_store", version = "0.1.0" }
anyhow = "1"
dirs = "6"
serde = { version = "1", features = ["derive"] }
time = { version = "0.3", features = ["serde", "macros", "formatting", "parsing"] }
tokio = { version = "1.48", features = ["sync"] }
toml = "0.8"