chore: cargo init

Signed-off-by: Jacob <jacob@katniss.top>
This commit is contained in:
2025-04-11 18:13:22 -04:00
committed by Jacob
parent 65d2ed3204
commit d930286adc
4 changed files with 17 additions and 0 deletions

6
Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "impersonation-game"
version = "0.1.0"
edition = "2024"
[dependencies]