1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00

10 lines
158 B
TOML
Raw Normal View History

[package]
name = "hello-world"
2022-02-02 01:45:20 +00:00
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web.workspace = true
env_logger.workspace = true
2023-03-14 03:11:49 +00:00
log.workspace = true