Rename project to "open-web-agent-rs" across all files

Updated project name from "web-agent-rs" to "open-web-agent-rs" in configuration files, documentation, and source code. This change ensures consistency across the project and reflects the new naming convention. Removed unused entries from `.gitignore` and adjusted Docker commands accordingly.
This commit is contained in:
geoffsee
2025-05-27 15:23:07 -04:00
parent 2af47e476a
commit eed180fdf2
14 changed files with 46 additions and 55 deletions

54
Cargo.lock generated
View File

@@ -624,6 +624,33 @@ version = "1.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
[[package]]
name = "open-web-agent-rs"
version = "0.1.0"
dependencies = [
"anyhow",
"axum",
"base64",
"bytes",
"dotenv",
"fips204",
"futures",
"http",
"lazy_static",
"rust-embed",
"serde",
"serde_json",
"shell-escape",
"sled",
"tokio",
"tokio-stream",
"tokio-util",
"tower-http",
"tracing",
"tracing-subscriber",
"uuid",
]
[[package]]
name = "overload"
version = "0.1.1"
@@ -1239,33 +1266,6 @@ version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "web-agent-rs"
version = "0.1.0"
dependencies = [
"anyhow",
"axum",
"base64",
"bytes",
"dotenv",
"fips204",
"futures",
"http",
"lazy_static",
"rust-embed",
"serde",
"serde_json",
"shell-escape",
"sled",
"tokio",
"tokio-stream",
"tokio-util",
"tower-http",
"tracing",
"tracing-subscriber",
"uuid",
]
[[package]]
name = "winapi"
version = "0.3.9"