Login
4 branches 0 tags
Ben (Desktop/Arch) Switched to git ssh user for remotes b9348b5 22 days ago 202 Commits
rubhub / auth_store / Cargo.toml
[package]
name = "rubhub-auth-store"
version = "0.1.0"
edition = "2024"
license = "EUPL-1.2"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9"
argon2 = { version = "0.5", features = ["password-hash"] }
time = { version = "0.3", features = ["serde", "macros", "formatting", "parsing"] }
uuid = { version = "1", features = ["serde", "v4", "v7"] }
dashmap = "6.1.0"