mirror of
https://github.com/LeNei/dioxus-tailwind.git
synced 2026-02-13 22:56:27 +00:00
first commit
This commit is contained in:
17
Cargo.toml
Normal file
17
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user