tailstun/Cargo.toml
2025-02-13 18:35:24 -08:00

12 lines
196 B
TOML

[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"