drover: Merge task-1767765225063234946

This commit is contained in:
Ubuntu
2026-01-08 10:35:27 +00:00
2 changed files with 26 additions and 2 deletions

View File

@@ -88,8 +88,9 @@ members = [
"packages/leptos/utils", # Utility functions
"scripts/run_quality_assessment",
"scripts/generate_component_tests"
, "leptos_v0_8_test_app"]
"scripts/generate_component_tests",
"packages/bundle-size-monitor", # Bundle size monitoring tool
"leptos_v0_8_test_app"]
[workspace.package]
authors = ["CloudShuttle <info@cloudshuttle.com>"]

View File

@@ -0,0 +1,23 @@
[package]
name = "bundle-size-monitor"
description = "Automated bundle size tracking for WASM bundles"
publish = false
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = "0.9.0"
[dependencies]
anyhow.workspace = true
cargo_metadata = "0.18"
chrono = "0.4"
dirs = "5.0"
serde.workspace = true
serde_json.workspace = true
glob = "0.3"
[[bin]]
name = "bundle-size-monitor"
path = "src/main.rs"