This commit is contained in:
2026-03-15 19:02:21 +01:00
commit c061763538
6 changed files with 150 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "http-rs"
version = "0.1.0"
edition = "2024"
[dependencies]
logger-rust = "0.2.12"
mime_guess = "2.0.5"
threadpool = "1.8.1"
tiny_http = "0.12.0"