cargo init

This commit is contained in:
2025-02-18 22:11:31 +01:00
parent 6246c51ad4
commit 35113d1943
4 changed files with 17 additions and 11 deletions

6
Cargo.toml Normal file
View File

@ -0,0 +1,6 @@
[package]
name = "http_server"
version = "0.1.0"
edition = "2021"
[dependencies]