Files
brk/crates/brk_bundler/Cargo.toml
2025-06-15 01:50:01 +02:00

17 lines
397 B
TOML

[package]
name = "brk_bundler"
description = "A crate that bundles the selected website for the server"
version.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
[dependencies]
log = { workspace = true }
minify-html-onepass = "0.16.4"
notify = "8.0.0"
brk_rolldown = "0.0.1"
sugar_path = "1.2.0"
tokio = { workspace = true }