Files
gitea_mirror/Cargo.toml
hak8or 9e63a0e3a8
Some checks failed
Cargo Build & Test / Rust project - latest (1.90) (push) Failing after 13m35s
Allow a rename for the repo name when ingesting remote URLs
2025-09-21 19:53:24 -04:00

17 lines
406 B
TOML

[package]
name = "gitea_mirror"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.100"
clap = { version = "4.5", features = ["derive", "env"] }
reqwest = { version = "0.12.23", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.35", features = ["full"] }
toml = "0.9.7"
tracing = "0.1"
tracing-subscriber = "0.3"
url = "2.5.7"