pagetop/packages/pagetop-homedemo/Cargo.toml
2024-02-09 14:05:38 +01:00

21 lines
519 B
TOML

[package]
name = "pagetop-homedemo"
version = "0.0.12"
edition = "2021"
authors = [
"Manuel Cillero <manuel@cillero.es>"
]
description = """\
Module that shows a demo home page to present PageTop.\
"""
homepage = "https://pagetop.cillero.es"
repository = "https://github.com/manuelcillero/pagetop"
license = "MIT OR Apache-2.0"
[dependencies]
pagetop = { version = "0.0", path = "../../" }
static-files = "0.2.3"
[build-dependencies]
pagetop-build = { version = "0.0", path = "../../helpers/pagetop-build" }