pagetop/packages/pagetop-admin/Cargo.toml
2024-02-09 14:05:38 +01:00

18 lines
466 B
TOML

[package]
name = "pagetop-admin"
version = "0.0.16"
edition = "2021"
authors = [
"Manuel Cillero <manuel@cillero.es>"
]
description = """\
Module for PageTop that provides a common place for other modules to handle general site \
settings for administrators.\
"""
homepage = "https://pagetop.cillero.es"
repository = "https://github.com/manuelcillero/pagetop"
license = "MIT OR Apache-2.0"
[dependencies]
pagetop = { version = "0.0", path = "../../" }