pagetop/examples/basics/hello-world/Cargo.toml
Manuel Cillero 05304f116a Mark async main function with #[pagetop::main]
Also, use #[pagetop::test] for test functions. Add actix-web to
Cargo.toml only when using Actix Web macros for service configuration.
2023-07-19 23:58:23 +02:00

8 lines
155 B
TOML

[package]
name = "hello_world"
version = "0.0.0"
edition = "2021"
publish = false
[dependencies]
pagetop = { version = "0.0", path = "../../../pagetop" }