From f59f815f8e1e8ca7a723d3f39d698ddc28fde074 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Thu, 13 Oct 2022 21:00:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[node]=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-node/Cargo.toml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pagetop-node/Cargo.toml b/pagetop-node/Cargo.toml index b2fa9fec..c21d255d 100644 --- a/pagetop-node/Cargo.toml +++ b/pagetop-node/Cargo.toml @@ -9,11 +9,9 @@ authors = [ description = """\ Allows content to be submitted to the site and displayed on pages.\ """ -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" -features = ["database"] -default-features = false +[dependencies] +pagetop = { path = "../pagetop", version = "0.0", features = ["database"], default-features = false }