pagetop/packages/pagetop-bootsier/Cargo.toml

22 lines
578 B
TOML

[package]
name = "pagetop-bootsier"
version = "0.0.15"
edition = "2021"
authors = [
"Manuel Cillero <manuel@cillero.es>"
]
description = """\
PageTop theme that utilizes the Bootstrap framework to offer versatile page layouts and \
component stylings.\
"""
homepage = "https://pagetop.cillero.es"
repository = "https://github.com/manuelcillero/pagetop"
license = "MIT OR Apache-2.0"
[dependencies]
pagetop = { version = "0.0", path = "../../" }
static-files = "0.2.3"
[build-dependencies]
pagetop-build = { version = "0.0", path = "../../helpers/pagetop-build" }