pagetop/pagetop-node/Cargo.toml

17 lines
462 B
TOML

[package]
name = "pagetop-node"
version = "0.0.3"
edition = "2021"
authors = [
"Manuel Cillero <manuel@cillero.es>"
]
description = """\
Allows content to be submitted to the site and displayed on pages.\
"""
homepage = "https://pagetop.cillero.es"
repository = "https://github.com/manuelcillero/pagetop"
license = "Apache-2.0 OR MIT"
[dependencies]
pagetop = { path = "../pagetop", version = "0.0", features = ["database"], default-features = false }