generated from yewstack/yew-trunk-minimal-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
23 lines (22 loc) · 770 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "helix-shortcut-quiz"
authors = ["Tom Groenwoldt <[email protected]>"]
version = "0.1.0"
edition = "2021"
description = "A quiz web application for learning the helix editor shortcuts."
readme = "README.md"
repository = "https://github.com/tomgroenwoldt/shortcut-quiz"
keywords = ["helix", "editor", "quiz", "game"]
categories = ["game", "wasm", "web-programming", "editor"]
[dependencies]
getrandom = { version = "0.2.8", features = ["js"] }
gloo-console = "0.2.3"
gloo-events = "0.1.2"
gloo-storage = "0.2.2"
rand = "0.8.5"
serde = { version = "1.0.158", features = ["derive"] }
strum = { version = "0.24.1", features = ["derive"] }
strum_macros = "0.24.3"
wasm-bindgen = "0.2.84"
web-sys = "0.3.61"
yew = { version="0.20", features=["csr"] }