This commit is contained in:
mtgmonkey 2025-06-16 15:48:31 -04:00
commit 02acb04f65
9 changed files with 582 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "rust_http_server"
version = "0.1.0"
authors = ["Andromeda"]
edition = "2024"
[dependencies]
regex = "1.11.1"
clap = { version = "4.5.40", features = ["derive"] }
[profile.release]
opt-level = 3