[package] name = "formerlybased-web-server" version = "0.0.1" edition = "2021" authors = ["A.K."] description = "Experiments in rust web development" readme = "README.md" repository = "https://github.com/formerlybased/rweb" license = "MIT" keywords = ["web-development", "web-server"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hyper = {version = "0.14", features = ["full"]} tokio = { version = "1", features = ["full"]} tokio-util = "0.7.10" clap = { version = "4.4.7", features = ["derive"]}