From b6da4d1c32b2d1a3ff83c853170ebd916950b1a1 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Thu, 13 Oct 2022 20:59:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[admin]=20Libera=20versi=C3=B3n?= =?UTF-8?q?=20de=20desarrollo=200.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagetop-admin/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"