mirror of
https://github.com/danbulant/lucide
synced 2026-05-27 05:52:13 +00:00
17 lines
331 B
TOML
17 lines
331 B
TOML
[package]
|
|
name = "lucide-leptos"
|
|
description = "Leptos port of Lucide."
|
|
homepage = "https://lucide.rustforweb.org/leptos.html"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
leptos.workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
full = []
|