Files
dioxus-tailwind/Cargo.toml
2023-04-05 21:14:30 +02:00

18 lines
331 B
TOML

[package]
name = "dioxus-tailwind"
version = "0.1.0"
authors = ["LeNei"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dioxus = "0.3"
dioxus-web = "0.3"
log = "0.4.6"
# WebAssembly Debug
wasm-logger = "0.2.0"
console_error_panic_hook = "0.1.7"