summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-18 17:11:42 -0600
committermo khan <mo@mokhan.ca>2025-06-18 17:11:42 -0600
commit2694c82d97005ca39f29f540e26249c18a21f6d6 (patch)
tree259be3c918a047e26fb357b406d915315aa0ead5 /README.md
parentc2b8edab01b23fde6cc196a3349ad6aa19a93299 (diff)
refactor: switch to a pure rust implementation
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 1 insertions, 11 deletions
diff --git a/README.md b/README.md
index 6b414a9f..9f455f3d 100644
--- a/README.md
+++ b/README.md
@@ -52,28 +52,18 @@ It integrates with an identity provider (IdP) and uses message queues to stay in
```sh
$ mise install
- $ make install-tools
```
1. Start servers:
```sh
- $ mage servers
+ $ cargo run
```
-## Questions
-
-See the [FAQ][9]
-
## References
-* [go tool][5]
* [gRPC][6]
* [protocol buffers][7]
-* [twirp][8]
-[1]: https://github.com/twitchtv/twirp
-[5]: https://tip.golang.org/doc/modules/managing-dependencies#tools
[6]: https://grpc.io/docs/
[7]: https://protobuf.dev/programming-guides/proto3/
-[8]: https://github.com/arthurnn/twirp-ruby/wiki/Code-Generation