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