thaw/Cargo.toml
2023-04-12 21:15:38 +08:00

23 lines
702 B
TOML

[package]
name = "melt-ui"
version = "0.0.1"
edition = "2021"
keywords = ["web", "leptos", "ui", "melt-ui"]
authors = ["luoxiaozero <luoxiaozero@163.com>"]
description = "A Leptos UI Library"
homepage = "https://github.com/luoxiaozero/melt-ui"
repository = "https://github.com/luoxiaozero/melt-ui"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
leptos = { version = "0.2.4", features = ["stable"] }
stylers = "0.3.1"
web-sys = "0.3.61"
leptos_dom = { version = "0.2.4" }
leptos-icons = { git = "https://github.com/Carlosted/leptos-icons.git", features = ["AiCloseOutlined"] }
[workspace]
members = ["examples/basic"]