🔖 [website] Libera versión de desarrollo 0.0.1
This commit is contained in:
parent
763e53870e
commit
17583c90b6
1 changed files with 6 additions and 8 deletions
|
|
@ -7,21 +7,19 @@ authors = [
|
||||||
"Manuel Cillero <manuel@cillero.es>"
|
"Manuel Cillero <manuel@cillero.es>"
|
||||||
]
|
]
|
||||||
description = """\
|
description = """\
|
||||||
PageTop and Drust website.\
|
PageTop website.\
|
||||||
"""
|
"""
|
||||||
homepage = "https://pagetop.cillero.es"
|
homepage = "https://pagetop.cillero.es"
|
||||||
repository = "https://gitlab.com/manuelcillero/pagetop/website"
|
repository = "https://github.com/manuelcillero/pagetop"
|
||||||
license = "Apache-2.0 or MIT"
|
license = "Apache-2.0 or MIT"
|
||||||
|
|
||||||
[dependencies.pagetop]
|
|
||||||
path = "../pagetop"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4.2.1"
|
actix-web = "4.2.1"
|
||||||
static-files = "0.2.3"
|
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"
|
maud = "0.24.0"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
pagetop = { path = "../pagetop" }
|
pagetop = { path = "../pagetop", version = "0.0" }
|
||||||
pagetop-mdbook = { path = "../pagetop-mdbook" }
|
pagetop-mdbook = { path = "../pagetop-mdbook", version = "0.0" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue