[package] name = "drust" version = "0.0.1" edition = "2021" authors = [ "Manuel Cillero " ] description = """\ A modern web Content Management System to share your 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" pagetop-admin = { path = "../pagetop-admin" } pagetop-user = { path = "../pagetop-user" } pagetop-node = { path = "../pagetop-node" }