thesis/project/frontend/Cargo.toml
Marko Korhonen dc595a4d87
/project
2020-05-01 21:26:22 +03:00

21 lines
513 B
TOML

[package]
name = "thesis-frontend"
version = "0.1.0"
authors = ["Marko Korhonen <marko.korhonen@reekynet.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
stdweb = "0.4.20"
yew = { version = "0.14.3", features = ["std_web"] }
yew-router = { version = "0.11.0", features = ["std_web"] }
log = "0.4.8"
web_logger = "0.2.0"
serde_json = "1.0.52"
anyhow = "1.0.28"
thiserror = "1.0.16"
[[bin]]
name = "app"
path = "src/main.rs"