9 lines
170 B
TOML
9 lines
170 B
TOML
[package]
|
|
name = "hello_name"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
pagetop = { version = "0.0", path = "../../../pagetop" }
|