Initial commit
This commit is contained in:
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user