[package] name = "thesis-frontend" version = "0.1.0" authors = ["Marko Korhonen "] 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"