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

[dependencies]
gix = { version = "0.77", default-features = false, features = ["basic", "tree-editor"] }
anyhow = "1"
time = { version = "0.3", features = ["formatting"] }
tokio = { version = "1.48", features = ["fs", "sync"] }
smallvec = "1"
urlencoding = "2.1"