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
77c49cccde
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"
,
Working grpc-web. Needs tonic master. Next step: attempt same shit with web assembly
2021-06-02 22:52:01 +00:00
"api"
,
Complete mess with yew, that does not compile!
2021-06-03 20:21:09 +00:00
"web-ui/crate"
,
Fix CORS issues with API
2021-06-08 14:38:21 +00:00
]