mentorenwahl/frontend/Cargo.toml
Dominic Grimm 860ae7ed5e
All checks were successful
continuous-integration/drone/push Build is passing
Rewrite frontend in rust with yew
2022-11-04 21:23:36 +01:00

20 lines
443 B
TOML

[package]
name = "frontend"
version = "0.1.0"
edition = "2021"
[dependencies]
yew = "0.19.3"
wasm-logger = "0.2.0"
log = "0.4.6"
yew-router = "0.16.0"
wee_alloc = "0.4.5"
graphql_client = { version = "0.11.0", features = ["reqwest"] }
reqwest = "0.11.12"
wasm-bindgen-futures = "0.4.33"
serde = "1.0.147"
web-sys = { version = "0.3.60", features = ["Window", "Location"] }
wasm-cookies = "0.1.0"
lazy_static = "1.4.0"
const_format = "0.2.30"