pagetop/packages/pagetop-admin/Cargo.toml

18 lines
459 B
TOML

[package]
name = "pagetop-admin"
version = "0.0.17"
edition = "2021"
authors = [
"Manuel Cillero <manuel@cillero.es>"
]
description = """\
PageTop package that provides a unified interface for administrators to configure and manage \
package settings.\
"""
homepage = "https://pagetop.cillero.es"
repository = "https://github.com/manuelcillero/pagetop"
license = "MIT OR Apache-2.0"
[dependencies]
pagetop = { version = "0.0", path = "../../" }