[package] name = "melt-ui" version = "0.0.1" edition = "2021" keywords = ["web", "leptos", "ui", "melt-ui"] authors = ["luoxiaozero "] 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.5.0-beta2", features = ["csr"] } stylers = { git = "https://github.com/abishekatp/stylers", rev = "4bfd2df" } web-sys = { version = "0.3.62", features = ["DomRect"] } leptos_dom = { version = "0.5.0-beta2" } wasm-bindgen = "0.2.85" icondata = { version = "0.0.7", features = [ "AiCloseOutlined", "AiCheckOutlined", "AiLeftOutlined", ] } [workspace] members = ["gh-pages"]