mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
13 lines
302 B
TOML
13 lines
302 B
TOML
|
[package]
|
||
|
name = "melt-ui"
|
||
|
version = "0.0.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# 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.0"
|
||
|
web-sys = "0.3.61"
|
||
|
leptos_dom = { version = "0.2.4" }
|