From 763e53870ea00b5903b028d7a66cec51fd9c10cc Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Thu, 13 Oct 2022 21:00:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[user]=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-user/Cargo.toml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/pagetop-user/Cargo.toml b/pagetop-user/Cargo.toml index 01c28e4b..db3d053f 100644 --- a/pagetop-user/Cargo.toml +++ b/pagetop-user/Cargo.toml @@ -7,16 +7,12 @@ authors = [ "Manuel Cillero " ] description = """\ - Allows content to be submitted to the site and displayed on pages.\ + Manages the user registration and login system.\ """ -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 } serde = { version = "1.0", features = ["derive"] }