thesis/project/frontend/Cargo.toml
2020-04-17 18:08:18 +03:00

17 lines
431 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"
[[bin]]
name = "app"
path = "src/main.rs"