🔖 [mdbook] Libera versión de desarrollo 0.0.1

This commit is contained in:
Manuel Cillero 2022-10-13 20:59:37 +02:00
parent b6da4d1c32
commit d42dfaca4e

View file

@ -7,16 +7,17 @@ authors = [
"Manuel Cillero <manuel@cillero.es>" "Manuel Cillero <manuel@cillero.es>"
] ]
description = """\ 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" homepage = "https://pagetop.cillero.es"
repository = "https://gitlab.com/manuelcillero/pagetop" repository = "https://github.com/manuelcillero/pagetop"
license = "Apache-2.0 or MIT" license = "Apache-2.0 or MIT"
[dependencies] [dependencies]
pagetop = { path = "../pagetop" } pagetop = { path = "../pagetop", version = "0.0" }
static-files = "0.2.3" static-files = "0.2.3"
maud = "0.24.0" maud = "0.24.0"
[build-dependencies] [build-dependencies]
pagetop = { path = "../pagetop" } pagetop = { path = "../pagetop", version = "0.0" }