2021-06-03 20:21:09 +00:00
|
|
|
[package]
|
|
|
|
name = "tenebrous-web-ui"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["projectmoon <projectmoon@agnos.is>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2021-06-05 14:34:22 +00:00
|
|
|
yew = { version = "0.17" }
|
2021-06-03 20:21:09 +00:00
|
|
|
yewtil = {version = "0.3" }
|
2021-06-05 14:34:22 +00:00
|
|
|
yew-router = {version = "0.14" }
|
|
|
|
yewdux = {version = "^0.6" }
|
|
|
|
wasm-bindgen = { version = "0.2" }
|
2021-06-03 20:21:09 +00:00
|
|
|
grpc-web-client = "0.1"
|
|
|
|
|
2021-06-05 14:34:22 +00:00
|
|
|
# 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"] }
|