Convert project to workspace with Tonic for gRPC. #84
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: projectmoon/tenebrous-dicebot#84
Loading…
Reference in New Issue
No description provided.
Delete Branch "tonic"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Todo list:
In theory, Dockerfile should not currently need any changing, since cargo dumps everything into the root target/ directory. Once we start adding other parts (API server, UI), then we need to deal with the Dockerfile.
WIP: Convert project to workspace with Tonic for gRPC.to Convert project to workspace with Tonic for gRPC.