Allow a rename for the repo name when ingesting remote URLs
Some checks failed
Cargo Build & Test / Rust project - latest (1.90) (push) Failing after 13m35s

This commit is contained in:
2025-09-21 19:35:04 -04:00
parent 18801200d4
commit 9e63a0e3a8
3 changed files with 195 additions and 143 deletions

8
Cargo.lock generated
View File

@@ -67,6 +67,12 @@ dependencies = [
"windows-sys 0.60.2",
]
[[package]]
name = "anyhow"
version = "1.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
[[package]]
name = "atomic-waker"
version = "1.1.2"
@@ -346,6 +352,7 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
name = "gitea_mirror"
version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"reqwest",
"serde",
@@ -354,6 +361,7 @@ dependencies = [
"toml",
"tracing",
"tracing-subscriber",
"url",
]
[[package]]