🔖 [mdbook] Libera versión de desarrollo 0.0.1
This commit is contained in:
parent
b6da4d1c32
commit
d42dfaca4e
1 changed files with 6 additions and 5 deletions
|
|
@ -7,16 +7,17 @@ authors = [
|
|||
"Manuel Cillero <manuel@cillero.es>"
|
||||
]
|
||||
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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue