Let's build an HTTP server

This commit is contained in:
2026-04-12 11:05:30 -04:00
parent 8232bf66ee
commit 7edf80da41
6 changed files with 35 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "h8r"
version = "0.1.0"
edition = "2024"
[dependencies]