From d42dfaca4e1a1710f52ba3a9e4727dffa609a71f Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Thu, 13 Oct 2022 20:59:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[mdbook]=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-mdbook/Cargo.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pagetop-mdbook/Cargo.toml b/pagetop-mdbook/Cargo.toml index f705d043..bf0ab952 100644 --- a/pagetop-mdbook/Cargo.toml +++ b/pagetop-mdbook/Cargo.toml @@ -7,16 +7,17 @@ authors = [ "Manuel Cillero " ] description = """\ - ...\ + Embeds the assets generated by mdBook into a PageTop application to create product or API \ + documentation, tutorials, course materials, or anything that requires a navigable presentation.\ """ -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" } static-files = "0.2.3" maud = "0.24.0" [build-dependencies] -pagetop = { path = "../pagetop" } +pagetop = { path = "../pagetop", version = "0.0" }