[package] name = "mini-web-server" version = "0.1.2" edition = "2021" authors = ["Kiran S", "Kiran S "] description = "A mini HTTP web server that uses a thread pool to respond asynchronously. Not intended for general use." repository = "https://github.com/codehub-kirans/rust-projects/tree/main/mini-web-server" readme = "README.md" categories = ["network-programming", "web-programming::http-server"] license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "mini-web-server" [dependencies]