[package] name = "drust" version = "0.0.1" edition = "2021" authors = [ "Manuel Cillero " ] description = """\ A modern Content Management System for sharing the world.\ """ homepage = "https://suitepro.cillero.es/projects/drust" repository = "https://gitlab.com/manuelcillero/drust" [dependencies.pagetop] path = "../pagetop" features = ["mysql"] default-features = false [dependencies] actix-web = "3.3.3"