1
0
mirror of https://github.com/actix/examples synced 2025-02-17 07:23:29 +01:00

9 lines
131 B
TOML
Raw Normal View History

[package]
name = "hello-world"
2019-12-07 23:59:24 +06:00
version = "2.0.0"
edition = "2021"
[dependencies]
actix-web = "4.0.0-beta.21"
env_logger = "0.9.0"