[package] name = "pagetop-admin" version = "0.0.20" edition = "2021" authors = [ "Manuel Cillero " ] description = """\ PageTop package that provides a unified interface for administrators to configure and manage \ package settings.\ """ homepage = "https://pagetop.cillero.es" repository = "https://github.com/manuelcillero/pagetop" license = "MIT OR Apache-2.0" [dependencies] pagetop = { version = "0.0", path = "../../" }