feat: Update WASM package metadata for v0.1.1

📦 Enhanced Package Metadata:
- Updated description with emoji and key metrics
- Added homepage and documentation links
- Added readme reference for better crates.io display
- Version bump to 0.1.1 for metadata improvements

🎯 Improved Discoverability:
- Better description highlighting WASM optimization
- Clear bundle size and dependency reduction metrics
- Direct links to documentation and repository
This commit is contained in:
Peter Hanssens
2025-09-21 19:19:17 +10:00
parent fc4df16533
commit ad433e5ed7

View File

@@ -1,13 +1,16 @@
[package]
name = "leptos-shadcn-ui-wasm"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["CloudShuttle <info@cloudshuttle.com>"]
license = "MIT"
repository = "https://github.com/cloud-shuttle/leptos-shadcn-ui"
description = "WASM-optimized ShadCN UI components for Leptos 0.8+ with minimal dependencies"
homepage = "https://github.com/cloud-shuttle/leptos-shadcn-ui"
documentation = "https://docs.rs/leptos-shadcn-ui-wasm"
description = "🚀 WASM-optimized ShadCN UI components for Leptos 0.8+ with minimal dependencies. 10 core components, 70% fewer deps, 813KB bundle size. Perfect for WebAssembly applications!"
keywords = ["leptos", "shadcn", "ui", "wasm", "components"]
categories = ["web-programming", "gui"]
readme = "README.md"
# WASM-optimized dependencies only
[dependencies]