💄 Prepare themes and set default for Drust
This commit is contained in:
parent
cafa1d53a2
commit
046d5605e9
132 changed files with 16514 additions and 170 deletions
23
packages/pagetop-bootsier/Cargo.toml
Normal file
23
packages/pagetop-bootsier/Cargo.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[package]
|
||||
name = "pagetop-bootsier"
|
||||
version = "0.0.18"
|
||||
edition = "2021"
|
||||
|
||||
description = """\
|
||||
PageTop theme that uses Bootstrap framework for versatile styles and components.\
|
||||
"""
|
||||
categories = ["web-programming", "gui"]
|
||||
keywords = ["pagetop", "theme", "bootstrap", "css", "js"]
|
||||
|
||||
homepage = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
authors = { workspace = true }
|
||||
license = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
pagetop = { workspace = true }
|
||||
pagetop-aliner = { workspace = true }
|
||||
static-files = { workspace = true }
|
||||
|
||||
[build-dependencies]
|
||||
pagetop-build = { workspace = true }
|
||||
Loading…
Add table
Add a link
Reference in a new issue