[package] name = "pagetop-website" version = "0.0.1" edition = "2021" authors = [ "Manuel Cillero " ] description = """\ PageTop and Drust website.\ """ homepage = "https://pagetop.cillero.es" repository = "https://gitlab.com/manuelcillero/pagetop/website" license = "Apache-2.0 or MIT" [dependencies.pagetop] path = "../pagetop" [dependencies] actix-web = "4.1.0" static-files = "0.2.3" #pagetop-mdbook = { path = "../pagetop-mdbook" } maud = { git = "https://github.com/lambda-fairy/maud", rev = "e6787cd6" } [build-dependencies] static-files = "0.2.3"