mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2025-12-22 22:00:00 +00:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user