Commit Graph

2 Commits

Author SHA1 Message Date
projectmoon 552daa4746 Add a game system column to room info (#95)
Adds a new enum and table in preparation for storing game information about a specific room.

Reviewed-on: projectmoon/tenebrous-dicebot#95
2022-02-02 20:56:50 +00:00
projectmoon 764426382a 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
Renamed from src/lib.rs (Browse further)