[package] publish = false name = "demo" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] leptos = { version = "0.5.1", features = ["csr"] } melt-ui = { path = "../" } icondata = { version = "0.1.0", features = [ "AiCloseOutlined", "AiCheckOutlined", ] } leptos_router = { version = "0.5.1", features = ["csr"] } leptos_devtools = "0.0.1" prisms = { git = "https://github.com/luoxiaozero/prisms", rev = "16d4d34b93fc20578ebf03137d54ecc7eafa4d4b" } [features] tracing = ["leptos/tracing"]