blob: 5b768289be6f31e0968d6409f7431a58ed45342c (
plain) (
tree)
|
|
[package]
name = "frontend"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# this is the development version of Yew
yew = { git = "https://github.com/yewstack/yew/", features = ["csr"] }
yew-router = { git = "https://github.com/yewstack/yew.git" }
gloo = "0.8.0"
web-sys = "0.3.60"
wasm-bindgen = "0.2.83"
gloo-net = "0.2"
wasm-bindgen-futures = "0.4"
itertools = "0.10.5"
urlencoding = "2.1.2"
stylist = "0.10"
lib = { path = "../lib" }
|