Añade nuevo proyecto para el sitio web de PageTop

This commit is contained in:
Manuel Cillero 2022-07-19 19:24:56 +02:00
parent 57fd4c2054
commit 686ec924d1
14 changed files with 57 additions and 20 deletions

20
website/Cargo.toml Normal file
View file

@ -0,0 +1,20 @@
[package]
name = "pagetop-website"
version = "0.0.1"
edition = "2021"
authors = [
"Manuel Cillero <manuel@cillero.es>"
]
description = """\
PageTop and Drust website.\
"""
homepage = "https://pagetop.cillero.es"
repository = "https://gitlab.com/manuelcillero/pagetop/website"
license = "Apache-2.0 or MIT"
[dependencies.pagetop]
path = "../pagetop"
[dependencies]
actix-web = "4.1.0"