[package] name = "tenebrous-web-ui" version = "0.1.0" authors = ["projectmoon "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["cdylib", "rlib"] [dependencies] yew = { version = "0.17" } yewtil = {version = "0.3" } yew-router = {version = "0.14" } yewdux = {version = "^0.6" } wasm-bindgen = { version = "0.2" } grpc-web-client = "0.1" # hopefully we can add grpc-web later instead of graphql. # prost = { version = "0.7.0", default-features = false } # tonic = { git = "https://github.com/hyperium/tonic", branch = "master", default-features = false, features = ["codegen", "prost"] } # tenebrous-rpc = { path = "../../rpc", default_features = false, features = ["wasm"] } # [build-dependencies] # tonic-build = { version = "0.4", default-features = false, features = ["prost"] }