2021-10-16 09:50:11 -07:00
|
|
|
[package]
|
|
|
|
name = "omegaupload-web"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-10-17 14:15:29 -07:00
|
|
|
omegaupload-common = { path = "../common" }
|
|
|
|
# Enables wasm support
|
|
|
|
getrandom = { version = "*", features = ["js"] }
|
|
|
|
|
|
|
|
anyhow = "1"
|
|
|
|
http = "0.2"
|
|
|
|
web-sys = { version = "0.3", features = ["Request", "Window"] }
|
|
|
|
yew = { version = "0.18", features = ["wasm-bindgen-futures"] }
|
|
|
|
yew-router = "0.15"
|