docs: Refer to maker/taker docs on main page

This commit is contained in:
binarybaron 2024-12-04 00:22:09 +01:00 committed by GitHub
parent 2633e8e6bf
commit 13c7bf8a04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,8 @@
This is the monorepo containing the source code for all of our core projects:
- [`swap`](swap/README.md) contains the source code for the main swapping binaries, `asb` and `swap`
- [`maker`](dev-docs/asb/README.md)
- [`taker`](dev-docs/cli/README.md)
- [`gui`](src-gui/README.md) contains the new tauri based user interface
- [`tauri`](src-tauri/) contains the tauri bindings between binaries and user interface
- and other crates we use in our binaries