2021-06-02 21:09:58 +00:00
|
|
|
[package]
|
|
|
|
name = "tenebrous-rpc"
|
|
|
|
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
|
|
|
|
|
|
|
|
[build-dependencies]
|
2021-06-02 22:52:01 +00:00
|
|
|
tonic-build = { git = "https://github.com/hyperium/tonic", branch = "master" }
|
2021-06-02 21:09:58 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2021-06-02 22:52:01 +00:00
|
|
|
tonic = { git = "https://github.com/hyperium/tonic", branch = "master" }
|
2021-06-02 21:09:58 +00:00
|
|
|
prost = "0.7"
|