[package] name = "pagetop-admin" version = "0.0.1" edition = "2021" authors = [ "Manuel Cillero " ] description = """\ ...\ """ homepage = "https://suitepro.cillero.es/projects/pagetop" repository = "https://gitlab.com/manuelcillero/pagetop" [dependencies] pagetop = { path = "../pagetop" } maud = { version = "0.23.0" }