mirror of
https://github.com/actix/examples
synced 2025-03-12 16:22:47 +01:00
10 lines
178 B
TOML
10 lines
178 B
TOML
[package]
|
|
name = "hello-world"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
actix-web.workspace = true
|
|
env_logger.workspace = true
|
|
log.workspace = true
|