mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2026-05-20 05:20:41 +00:00
drover: Merge task-1767765225063234946
This commit is contained in:
@@ -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>"]
|
||||
|
||||
23
packages/bundle-size-monitor/Cargo.toml
Normal file
23
packages/bundle-size-monitor/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user