From cb7075f6a289be290f4c1452ca8abd7fc5d170c9 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Thu, 13 Oct 2022 21:01:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[drust]=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 --- drust/Cargo.toml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/drust/Cargo.toml b/drust/Cargo.toml index 1ba79ded..9ad49f4f 100644 --- a/drust/Cargo.toml +++ b/drust/Cargo.toml @@ -9,17 +9,13 @@ authors = [ description = """\ A modern web Content Management System to share your world.\ """ -homepage = "https://suitepro.cillero.es/projects/drust" -repository = "https://gitlab.com/manuelcillero/drust" +homepage = "https://pagetop.cillero.es" +repository = "https://github.com/manuelcillero/pagetop" license = "Apache-2.0 or MIT" -[dependencies.pagetop] -path = "../pagetop" -features = ["mysql"] -default-features = false - [dependencies] actix-web = "4.2.1" -pagetop-admin = { path = "../pagetop-admin" } -pagetop-user = { path = "../pagetop-user" } -pagetop-node = { path = "../pagetop-node" } +pagetop = { path = "../pagetop", version = "0.0", features = ["mysql"], default-features = false } +pagetop-admin = { path = "../pagetop-admin", version = "0.0" } +pagetop-user = { path = "../pagetop-user", version = "0.0" } +pagetop-node = { path = "../pagetop-node", version = "0.0" }