pagetop/examples/hello-world/Cargo.toml

9 lines
176 B
TOML

[package]
name = "example_hello_world"
version = "0.0.0"
edition = "2021"
publish = false
[dependencies]
actix-web = "4"
pagetop = { version = "0.0", path = "../../pagetop" }