~/hooky

hooky/command/Cargo.toml -rw-r--r-- 485 B
89bc4b52 — Arthur Melton init command 2 years ago
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "command-ui"
version = "0.0.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde-wasm-bindgen = "0.4.3"
js-sys = "0.3.59"
serde = { version = "1.0.140", features = ["derive"] }
wasm-bindgen = { version = "0.2.82", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4.32"
web-sys = "0.3.59"
yew = { version="0.20.0", features = ["csr"] }

[workspace]
members = ["src-tauri"]