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