Also, use #[pagetop::test] for test functions. Add actix-web to Cargo.toml only when using Actix Web macros for service configuration.
8 lines
155 B
TOML
8 lines
155 B
TOML
[package]
|
|
name = "hello_world"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
pagetop = { version = "0.0", path = "../../../pagetop" }
|