[package] name = "pagetop-homedemo" version = "0.0.13" edition = "2021" authors = [ "Manuel Cillero " ] description = """\ Showcases a demo homepage, offering a glimpse into PageTop's capabilities.\ """ 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" }