first commit
This commit is contained in:
24
Cargo.toml
Normal file
24
Cargo.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"components",
|
||||
"app",
|
||||
"server"
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
yew = "0.21"
|
||||
wasm-bindgen = "0.2"
|
||||
wasm-bindgen-futures = "0.4"
|
||||
web-sys = "0.3"
|
||||
js-sys = "0.3"
|
||||
gloo = "0.11"
|
||||
gloo-timers = "0.3"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
getrandom = { version = "0.2", features = ["js"] }
|
||||
sha2 = "0.10"
|
||||
aes-gcm = "0.10"
|
||||
base64 = "0.22"
|
||||
hex = "0.4"
|
||||
rand = "0.8"
|
Reference in New Issue
Block a user