💄 Prepare themes and set default for Drust

This commit is contained in:
Manuel Cillero 2024-11-16 19:50:17 +01:00
parent cafa1d53a2
commit 046d5605e9
132 changed files with 16514 additions and 170 deletions

View file

@ -3,25 +3,22 @@ name = "drust"
version = "0.0.3"
edition = "2021"
description = "A modern web Content Management System to share your world."
description = """\
A modern web Content Management System to share your world.\
"""
homepage = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
[dependencies]
pagetop.workspace = true
pagetop = { workspace = true }
# Packages.
pagetop-bootsier = { workspace = true }
#pagetop-admin = { version = "0.0", path = "../pagetop-admin" }
#pagetop-user = { version = "0.0", path = "../pagetop-user" }
#pagetop-node = { version = "0.0", path = "../pagetop-node" }
# Themes.
#pagetop-bootsier = { version = "0.0", path = "../pagetop-bootsier" }
#pagetop-bulmix = { version = "0.0", path = "../pagetop-bulmix" }
#[features]
#default = [ "mysql" ]