pagetop/pagetop/STARTER.lib.Cargo.toml

14 lines
417 B
TOML

[package]
name = "app"
version = "0.1.0"
edition = "2021"
# Ver más claves y sus definiciones en
# https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pagetop = { path = "../pagetop" }
# Si se usa la macro html!:
maud = { git = "https://github.com/lambda-fairy/maud", rev = "e6787cd6" }
# Si se requiere serialización de estructuras de datos:
serde = { version = "1.0", features = ["derive"] }