[package] name = "httt" version = "0.1.0" edition = "2021" authors = ["Aalekh Patel "] description = "A minimal malicious HTTP server that responds over a uniform interval." license-file = "LICENSE.md" repository = "https://github.com/aalekhpatel07/httt.git" [dependencies] clap = { version = "4.5.4", features = ["derive", "env"] } tokio = { version = "1.37.0", features = ["full"] } [profile.release] lto = "fat" debug = false