1
0
mirror of https://github.com/actix/examples synced 2025-02-25 10:32:49 +01:00
2022-12-21 14:49:28 +00:00

9 lines
135 B
TOML

[package]
name = "hello-world"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web = { workspace = true }
env_logger = "0.10"