typub-theme 0.1.0

Theme system for typub HTML output styling
Documentation
[package]
name = "typub-theme"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Theme system for typub HTML output styling"
include = [
    "src/**/*",
    "templates/**/*",
    "build.rs",
    "Cargo.toml",
]

[dependencies]
anyhow.workspace = true
css-inline.workspace = true
typub-core.workspace = true
typub-config.workspace = true

[build-dependencies]

[dev-dependencies]
chrono.workspace = true
toml.workspace = true

[lints]
workspace = true