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
764426382a
tenebrous-dicebot
/
Cargo.toml
6 lines
52 B
TOML
Raw
Normal View
History
Unescape
Escape
Convert project to workspace with Tonic for gRPC. (#84) 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. Co-Authored-By: projectmoon <projectmoon@noreply.git.agnos.is> Co-Committed-By: projectmoon <projectmoon@noreply.git.agnos.is>
2021-06-02 21:09:58 +00:00
[
workspace
]
get initial stuff working
2020-04-17 05:20:54 +00:00
Convert project to workspace with Tonic for gRPC. (#84) 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. Co-Authored-By: projectmoon <projectmoon@noreply.git.agnos.is> Co-Committed-By: projectmoon <projectmoon@noreply.git.agnos.is>
2021-06-02 21:09:58 +00:00
members
=
[
"dicebot"
,
"rpc"
,
]