Initial commit

This commit is contained in:
2024-08-02 16:10:24 +02:00
commit ec2977022d
4 changed files with 1571 additions and 0 deletions

9
Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[package]
name = "hello_world_http"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = {version = "4.5.9", features = ["derive", "env"]}
actix-web = "4"
env_logger = "0.11.5"