📝 Revisión de documentación y nomenclatura

This commit is contained in:
Manuel Cillero 2023-07-06 18:30:01 +02:00
parent f85a35b5f4
commit 4d305a7ca4
4 changed files with 64 additions and 67 deletions

View file

@ -7,8 +7,9 @@ authors = [
"Manuel Cillero <manuel@cillero.es>"
]
description = """\
PageTop is an opinionated web development framework that uses the most stable and popular Rust \
packages to build modular, extensible and configurable Server-side rendered solutions.\
PageTop is an opinionated web development framework that uses some of the most stable and \
popular Rust packages to build modular, extensible and configurable Server-Side Rendering \
(SSR) solutions.
"""
homepage = "https://pagetop.cillero.es"
repository = "https://github.com/manuelcillero/pagetop"
@ -34,7 +35,6 @@ sqlite = ["database", "sea-orm/sqlx-sqlite"]
[dependencies]
async-trait = "0.1.68"
concat-string = "1.0.1"
doc-comment = "0.3.3"
figlet-rs = "0.1.5"
itoa = "1.0.6"
futures = "0.3.28"