[package] name = "weber" readme = "README.md" description = "Simple web server with VERY limited functionality" keywords = ["weber", "server", "web"] repository = "https://github.com/Blinc13/weber" version = "0.1.1" edition = "2021" license = "GPL-3.0" authors = ["Blinc "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] threadpool = "1.8.1" httparse = "1.7.1" chrono = "0.4.19"