Rename localhost-proxy to dev-proxy across all configurations and documentation.

This commit is contained in:
geoffsee
2025-08-16 11:05:49 -04:00
parent 9bdb07fb07
commit 294a310eee
7 changed files with 25 additions and 25 deletions

38
Cargo.lock generated
View File

@@ -186,6 +186,25 @@ version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
[[package]]
name = "dev-proxy"
version = "0.1.0"
dependencies = [
"anyhow",
"axum",
"bytes",
"http 1.3.1",
"reqwest",
"serde",
"serde_json",
"thiserror",
"tokio",
"tower",
"tower-http",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "displaydoc"
version = "0.2.5"
@@ -617,25 +636,6 @@ version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
[[package]]
name = "localhost-proxy"
version = "0.1.0"
dependencies = [
"anyhow",
"axum",
"bytes",
"http 1.3.1",
"reqwest",
"serde",
"serde_json",
"thiserror",
"tokio",
"tower",
"tower-http",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "log"
version = "0.4.27"