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

17
pacman-server/Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "pacman-server"
version = "0.1.1"
authors.workspace = true
edition.workspace = true
rust-version = "1.86.0"
description = "A leaderboard API for the Pac-Man game"
readme.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
publish.workspace = true
default-run = "pacman-server"
[dependencies]