mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2025-12-22 22:00:00 +00:00
feat: Complete v0.5.0 release preparation
- Add performance audit dependency to main package - Create comprehensive release notes - All tests passing with 100% success rate - Performance audit system fully integrated - Ready for v0.5.0 release
This commit is contained in:
23
Cargo.lock
generated
23
Cargo.lock
generated
@@ -2560,6 +2560,28 @@ dependencies = [
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "leptos-shadcn-performance-audit"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4623ef142a25ad444260778176483a9b4ee49f42012bd1f8c743250725c27179"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
"clap",
|
||||
"env_logger",
|
||||
"futures",
|
||||
"glob",
|
||||
"log",
|
||||
"nalgebra",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"statistical",
|
||||
"thiserror 1.0.69",
|
||||
"tokio",
|
||||
"walkdir",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "leptos-shadcn-popover"
|
||||
version = "0.3.0"
|
||||
@@ -3098,6 +3120,7 @@ dependencies = [
|
||||
"leptos-shadcn-menubar 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-navigation-menu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-pagination 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-performance-audit 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-popover 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-progress 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-radio-group 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
||||
Reference in New Issue
Block a user