[package] name = "pagetop-node" version = "0.0.13" edition = "2021" authors = [ "Manuel Cillero " ] description = """\ Module for PageTop to create, extend or customize the types of content that a website can \ handle.\ """ homepage = "https://pagetop.cillero.es" repository = "https://github.com/manuelcillero/pagetop" license = "Apache-2.0 OR MIT" [dependencies] pagetop = { version = "0.0", path = "../pagetop", features = ["database"], default-features = false }