feat: add pacman-common/pacman-server crates

This commit is contained in:
Ryan Walters
2025-09-16 09:35:50 -05:00
parent d0ee7db2ef
commit 7ede82cc5d
9 changed files with 91 additions and 14 deletions

9
pacman-common/README.md Normal file
View File

@@ -0,0 +1,9 @@
# pacman-common
This crate contains common code (mostly API request & response types) for the `pacman` and `pacman-server` (leaderboard API) crates.
You might be more interested in reading the README for the repostiory, the `pacman` crate, or the `pacman-server` crate.
- [README.md](../README.md)
- [pacman/README.md](../pacman/README.md)
- [pacman-server/README.md](../pacman-server/README.md)