This website requires JavaScript.
Explore
Help
Sign In
projectmoon
/
tenebrous-dicebot
Watch
1
Star
0
Fork
You've already forked tenebrous-dicebot
1
Code
Issues
12
Pull Requests
1
Projects
Releases
10
Wiki
Activity
0b47a5d099
tenebrous-dicebot
/
Cargo.toml
6 lines
52 B
TOML
Raw
Normal View
History
Unescape
Escape
Convert project to workspace with Tonic for gRPC. This commit adds an RPC service to the dicebot, allowing external applications to control it. The project was converted to a cargo workspace to house the protobuf definitions in a common crate (tenebrous-rpc), so that clients and servers can make use of these protobuf definitions.
2021-05-31 22:22:03 +00:00
[
workspace
]
get initial stuff working
2020-04-17 05:20:54 +00:00
Convert project to workspace with Tonic for gRPC. This commit adds an RPC service to the dicebot, allowing external applications to control it. The project was converted to a cargo workspace to house the protobuf definitions in a common crate (tenebrous-rpc), so that clients and servers can make use of these protobuf definitions.
2021-05-31 22:22:03 +00:00
members
=
[
"dicebot"
,
"rpc"
,
]