🎉 Inicia el proyecto
This commit is contained in:
commit
6a2bb91dcc
8 changed files with 3417 additions and 0 deletions
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "pagetop-website"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
|
||||
description = """
|
||||
Web oficial de PageTop para introducir este entorno de desarrollo a la comunidad.
|
||||
"""
|
||||
publish = false
|
||||
|
||||
repository = "https://git.cillero.es/manuelcillero/pagetop-website"
|
||||
homepage = "https://pagetop.cillero.es"
|
||||
license = "MIT OR Apache-2.0"
|
||||
authors = ["Manuel Cillero <manuel@cillero.es>"]
|
||||
|
||||
[dependencies]
|
||||
pagetop = { version = "0.1", path = "../pagetop" }
|
Loading…
Add table
Add a link
Reference in a new issue