[package] name = "frontend" version = "0.1.0" edition = "2021" [profile.release] lto = true codegen-units = 1 opt-level = "z" panic = "abort" [dependencies] yew = { version = "0.20.0", features = ["csr"] } wasm-logger = "0.2.0" log = "0.4.6" yew-router = "0.17.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" uuid = { version = "1.2.2", features = ["serde"] } chrono = { version = "0.4.23", features = ["serde"] } yewdux = "0.9.0" bounce = { version = "0.6.0", features = ["helmet"] }