🔖 [user] Libera versión de desarrollo 0.0.1

This commit is contained in:
Manuel Cillero 2022-10-13 21:00:27 +02:00
parent f59f815f8e
commit 763e53870e

View file

@ -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"] }