diff --git a/pagetop-admin/Cargo.toml b/pagetop-admin/Cargo.toml index 2d916c6b..c3175413 100644 --- a/pagetop-admin/Cargo.toml +++ b/pagetop-admin/Cargo.toml @@ -7,12 +7,12 @@ authors = [ "Manuel Cillero " ] description = """\ - ...\ + Handles general site configuration for administrators.\ """ -homepage = "https://suitepro.cillero.es/projects/pagetop" -repository = "https://gitlab.com/manuelcillero/pagetop" +homepage = "https://pagetop.cillero.es" +repository = "https://github.com/manuelcillero/pagetop" license = "Apache-2.0 or MIT" [dependencies] -pagetop = { path = "../pagetop" } +pagetop = { path = "../pagetop", version = "0.0" } maud = "0.24.0"