pagetop-website/Cargo.toml
2025-08-08 07:11:07 +02:00

17 lines
450 B
TOML

[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" }