mirror of
https://github.com/danbulant/lucide
synced 2026-06-24 17:22:00 +00:00
15 lines
315 B
TOML
15 lines
315 B
TOML
[workspace]
|
|
members = ["packages/*", "scripts"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
authors = ["Rust For Web <info@rustforweb.org>"]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
repository = "https://github.com/RustForWeb/lucide"
|
|
version = "0.0.1"
|
|
|
|
[workspace.dependencies]
|
|
dioxus = "0.5.6"
|
|
leptos = "0.7.0-rc2"
|
|
yew = "0.21.0"
|