init
This commit is contained in:
commit
02acb04f65
9 changed files with 582 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue