🔖 [node] Libera versión de desarrollo 0.0.1

This commit is contained in:
Manuel Cillero 2022-10-13 21:00:08 +02:00
parent d42dfaca4e
commit f59f815f8e

View file

@ -9,11 +9,9 @@ authors = [
description = """\
Allows content to be submitted to the site and displayed on pages.\
"""
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"
features = ["database"]
default-features = false
[dependencies]
pagetop = { path = "../pagetop", version = "0.0", features = ["database"], default-features = false }