thesis/project/frontend/Cargo.toml
2020-04-13 17:48:42 +03:00

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