mirror of
https://github.com/danbulant/lucide
synced 2026-05-24 12:35:58 +00:00
See https://blog.rust-lang.org/2023/10/26/broken-badges-and-23k-keywords.html for more information.
13 lines
284 B
TOML
13 lines
284 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
|