✨ [drust] Añade el germen de Drust
Drust se presenta como una aplicación desarrollada con PageTop para ofrecer un Sistema de Gestión de Contenidos (CMS) para compartir tu mundo.
This commit is contained in:
parent
cde5e40248
commit
0380aade57
8 changed files with 100 additions and 1 deletions
22
drust/Cargo.toml
Normal file
22
drust/Cargo.toml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[package]
|
||||
name = "drust"
|
||||
version = "0.0.3"
|
||||
edition = "2021"
|
||||
|
||||
description = """\
|
||||
Un Sistema de Gestión de Contenidos (CMS) basado en PageTop para compartir tu mundo.\
|
||||
"""
|
||||
|
||||
repository.workspace = true
|
||||
homepage.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
[dependencies]
|
||||
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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue