🔖 [user] Libera versión de desarrollo 0.0.1
This commit is contained in:
parent
f59f815f8e
commit
763e53870e
1 changed files with 4 additions and 8 deletions
|
|
@ -7,16 +7,12 @@ authors = [
|
||||||
"Manuel Cillero <manuel@cillero.es>"
|
"Manuel Cillero <manuel@cillero.es>"
|
||||||
]
|
]
|
||||||
description = """\
|
description = """\
|
||||||
Allows content to be submitted to the site and displayed on pages.\
|
Manages the user registration and login system.\
|
||||||
"""
|
"""
|
||||||
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.pagetop]
|
|
||||||
path = "../pagetop"
|
|
||||||
features = ["database"]
|
|
||||||
default-features = false
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
pagetop = { path = "../pagetop", version = "0.0", features = ["database"], default-features = false }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue