[package] name = "daisy_rsx" version = "0.1.10" edition = "2021" description = "Daisy UI components for the Dioxus Rust library." license = "MIT" repository = "https://github.com/bionic-gpt/daisy-rsx/" homepage = "https://github.com/bionic-gpt/daisy-rsx" [lib] path = "src/lib.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dioxus = "0.5" dioxus-ssr = "0.5"