mentorenwahl/frontend/Cargo.toml

27 lines
594 B
TOML

[package]
name = "frontend"
version = "0.1.0"
edition = "2021"
[profile.release]
lto = true
codegen-units = 1
opt-level = "z"
panic = "abort"
[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 = { git = "https://github.com/graphql-rust/graphql-client.git", branch = "main", features = ["reqwest"] }
reqwest = "0.11.12"
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"
yew-agent = "0.1.0"
yew-side-effect = "0.2.0"