first commit

This commit is contained in:
LeNei
2023-04-05 21:14:30 +02:00
commit 1f84e6a126
12 changed files with 2047 additions and 0 deletions

17
Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[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"