mirror of
https://github.com/danbulant/lucide
synced 2026-06-05 07:42:17 +00:00
17 lines
319 B
TOML
17 lines
319 B
TOML
[package]
|
|
name = "lucide-yew"
|
|
description = "Yew port of Lucide."
|
|
homepage = "https://lucide.rustforweb.org/yew.html"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
yew.workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
full = []
|