🚧 Normalize Cargo and README files
This commit is contained in:
parent
8d2fc7e9e6
commit
2ea0a1698e
19 changed files with 221 additions and 120 deletions
|
|
@ -3,16 +3,15 @@ name = "drust"
|
|||
version = "0.0.3"
|
||||
edition = "2021"
|
||||
|
||||
authors = [
|
||||
"Manuel Cillero <manuel@cillero.es>"
|
||||
]
|
||||
description = """\
|
||||
A modern web Content Management System to share your world.\
|
||||
"""
|
||||
description = "A modern web Content Management System to share your world."
|
||||
homepage = "https://pagetop.cillero.es"
|
||||
repository = "https://github.com/manuelcillero/pagetop"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
authors = [
|
||||
"Manuel Cillero <manuel@cillero.es>"
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
pagetop = { version = "0.0", path = "../", features = ["mysql"], default-features = false }
|
||||
# Packages.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue