🔖 [drust] Libera versión de desarrollo 0.0.1
This commit is contained in:
parent
17583c90b6
commit
cb7075f6a2
1 changed files with 6 additions and 10 deletions
|
|
@ -9,17 +9,13 @@ authors = [
|
||||||
description = """\
|
description = """\
|
||||||
A modern web Content Management System to share your world.\
|
A modern web Content Management System to share your world.\
|
||||||
"""
|
"""
|
||||||
homepage = "https://suitepro.cillero.es/projects/drust"
|
homepage = "https://pagetop.cillero.es"
|
||||||
repository = "https://gitlab.com/manuelcillero/drust"
|
repository = "https://github.com/manuelcillero/pagetop"
|
||||||
license = "Apache-2.0 or MIT"
|
license = "Apache-2.0 or MIT"
|
||||||
|
|
||||||
[dependencies.pagetop]
|
|
||||||
path = "../pagetop"
|
|
||||||
features = ["mysql"]
|
|
||||||
default-features = false
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4.2.1"
|
actix-web = "4.2.1"
|
||||||
pagetop-admin = { path = "../pagetop-admin" }
|
pagetop = { path = "../pagetop", version = "0.0", features = ["mysql"], default-features = false }
|
||||||
pagetop-user = { path = "../pagetop-user" }
|
pagetop-admin = { path = "../pagetop-admin", version = "0.0" }
|
||||||
pagetop-node = { path = "../pagetop-node" }
|
pagetop-user = { path = "../pagetop-user", version = "0.0" }
|
||||||
|
pagetop-node = { path = "../pagetop-node", version = "0.0" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue