From 17583c90b6ffee9e16358b05c5b74e1cf58f4e56 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Thu, 13 Oct 2022 21:00:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[website]=20Libera=20versi=C3=B3?= =?UTF-8?q?n=20de=20desarrollo=200.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/Cargo.toml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/website/Cargo.toml b/website/Cargo.toml index ed924ecf..200294a3 100644 --- a/website/Cargo.toml +++ b/website/Cargo.toml @@ -7,21 +7,19 @@ authors = [ "Manuel Cillero " ] description = """\ - PageTop and Drust website.\ + PageTop website.\ """ homepage = "https://pagetop.cillero.es" -repository = "https://gitlab.com/manuelcillero/pagetop/website" +repository = "https://github.com/manuelcillero/pagetop" license = "Apache-2.0 or MIT" -[dependencies.pagetop] -path = "../pagetop" - [dependencies] actix-web = "4.2.1" static-files = "0.2.3" -pagetop-mdbook = { path = "../pagetop-mdbook" } +pagetop = { path = "../pagetop", version = "0.0" } +pagetop-mdbook = { path = "../pagetop-mdbook", version = "0.0" } maud = "0.24.0" [build-dependencies] -pagetop = { path = "../pagetop" } -pagetop-mdbook = { path = "../pagetop-mdbook" } +pagetop = { path = "../pagetop", version = "0.0" } +pagetop-mdbook = { path = "../pagetop-mdbook", version = "0.0" }