[package] name = "pagetop-admin" version = "0.0.5" edition = "2021" authors = [ "Manuel Cillero " ] description = """\ Handles general site configuration for administrators.\ """ homepage = "https://pagetop.cillero.es" repository = "https://github.com/manuelcillero/pagetop" license = "Apache-2.0 OR MIT" [dependencies] pagetop = { path = "../pagetop", version = "0.0" } pagetop-megamenu = { path = "../pagetop-megamenu", version = "0.0" } maud = "0.24.0"