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