2021-06-02 21:09:58 +00:00
|
|
|
[package]
|
|
|
|
name = "tenebrous-rpc"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["projectmoon <projectmoon@agnos.is>"]
|
|
|
|
edition = "2018"
|
2021-09-05 20:14:13 +00:00
|
|
|
description = "gRPC protobuf models for Tenebrous."
|
|
|
|
homepage = "https://git.agnos.is/projectmoon/tenebrous-dicebot"
|
|
|
|
repository = "https://git.agnos.is/projectmoon/tenebrous-dicebot"
|
2021-09-05 20:14:56 +00:00
|
|
|
license = "AGPL-3.0-or-later"
|
2021-06-02 21:09:58 +00:00
|
|
|
|
2021-09-03 09:29:52 +00:00
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
2021-06-02 21:09:58 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
2021-09-03 09:29:52 +00:00
|
|
|
tonic-build = "0.4"
|
2021-06-02 21:09:58 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2021-09-03 09:29:52 +00:00
|
|
|
tonic = "0.4"
|
2021-06-02 21:09:58 +00:00
|
|
|
prost = "0.7"
|