This website requires JavaScript.
Explore
Help
Sign In
kg333
/
tenebrous-dicebot
forked from
projectmoon/tenebrous-dicebot
Watch
1
Star
0
Fork
You've already forked tenebrous-dicebot
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
cab856241d
tenebrous-dicebot
/
Cargo.toml
9 lines
84 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"
,
Initial prototype of web UI and web API. This commit shuffles the entire repository around into multiple crates, bringing with it an in-progress web UI and web AI. It was merged prematurely to allow for dependency upgrades of the matrix SDK. The build should still only produce the dicebot image. Co-Authored-By: projectmoon <projectmoon@noreply.git.agnos.is> Co-Committed-By: projectmoon <projectmoon@noreply.git.agnos.is>
2021-07-15 15:04:50 +00:00
"api"
,
"web-ui/crate"
,
]