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

19 lines
552 B
TOML

[package]
name = "pagetop-user"
version = "0.0.14"
edition = "2021"
authors = [
"Manuel Cillero <manuel@cillero.es>"
]
description = """\
Module to add user management, roles, permissions and sessions in applications developed with \
PageTop.\
"""
homepage = "https://pagetop.cillero.es"
repository = "https://github.com/manuelcillero/pagetop"
license = "MIT OR Apache-2.0"
[dependencies]
pagetop = { version = "0.0", path = "../../", features = ["database"], default-features = false }
serde = { version = "1.0", features = ["derive"] }