21 lines
543 B
TOML
21 lines
543 B
TOML
[package]
|
|
name = "pagetop-bulmix"
|
|
version = "0.0.12"
|
|
edition = "2021"
|
|
|
|
authors = [
|
|
"Manuel Cillero <manuel@cillero.es>"
|
|
]
|
|
description = """\
|
|
Theme for PageTop that uses the Bulma framework for page layout and components display.\
|
|
"""
|
|
homepage = "https://pagetop.cillero.es"
|
|
repository = "https://github.com/manuelcillero/pagetop"
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
[dependencies]
|
|
pagetop = { version = "0.0", path = "../pagetop" }
|
|
static-files = "0.2.3"
|
|
|
|
[build-dependencies]
|
|
pagetop-build = { version = "0.0", path = "../pagetop-build" }
|