[package] name = "bo-helper" version = "0.1.24" authors = ["Ivan Skiridomov "] edition = "2018" description = "Test HTTP Server" license = "MIT" #publish = ["wg-cargo-registry"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4" futures = "0.1" tokio = "0.1.15" fnv = "1.0" slab = "0.4" [dev-dependencies] env_logger = "0.6"