Files
leptos-shadcn-ui/packages/leptos/command/Cargo.toml
2025-09-02 21:38:45 +10:00

21 lines
558 B
TOML

[package]
name = "leptos-shadcn-command"
description = "Leptos port of shadcn/ui command"
homepage = "https://shadcn-ui.rustforweb.org/components/command.html"
[dependencies]
leptos = { workspace = true, features = ["csr", "ssr"] }
tailwind_fuse = "0.3.0"
serde = { version = "1.0", features = ["derive"] }
web-sys = "0.3"
[features]
default = ["leptos/csr"]
csr = ["leptos/csr"]
ssr = ["leptos/ssr"]
hydrate = ["leptos/hydrate"]
new_york = []
[dev-dependencies]
shadcn-ui-test-utils = { path = "../../test-utils"}
wasm-bindgen-test = { workspace = true }