hello_world_http/Cargo.toml
2024-08-19 15:24:52 +02:00

10 lines
196 B
TOML

[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"
log = "0.4.22"