hello_world_http/Cargo.toml
Pierre HUBERT 4bf70337d1
All checks were successful
continuous-integration/drone/push Build is passing
Refresh repository
2025-04-01 00:04:22 +02:00

11 lines
197 B
TOML

[package]
name = "hello_world_http"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = {version = "4.5.9", features = ["derive", "env"]}
actix-web = "4"
env_logger = "0.11.5"
log = "0.4.22"