🔖 [website] Libera versión de desarrollo 0.0.1

This commit is contained in:
Manuel Cillero 2022-10-13 21:00:50 +02:00
parent 763e53870e
commit 17583c90b6

View file

@ -7,21 +7,19 @@ authors = [
"Manuel Cillero <manuel@cillero.es>"
]
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" }