chore: cargo init

This commit is contained in:
J / Jacob Babich
2025-04-11 18:13:22 -04:00
parent 65d2ed3204
commit 140231055e
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]