initial commit

This commit is contained in:
Keenan Tims
2025-02-13 18:35:24 -08:00
commit 84860feac4
5 changed files with 929 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "tailstun"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.29", features = ["derive"] }
crc32fast = "1.4.2"
log = "0.4.25"
nom = "8.0.0"
rand = "0.9.0"