[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://pagetop.cillero.es" repository = "https://github.com/manuelcillero/pagetop" license = "Apache-2.0 OR MIT" [dependencies] actix-web = "4.2.1" pagetop = { path = "../pagetop", version = "0.0", features = ["mysql"], default-features = false } pagetop-admin = { path = "../pagetop-admin", version = "0.0" } pagetop-user = { path = "../pagetop-user", version = "0.0" } pagetop-node = { path = "../pagetop-node", version = "0.0" }