[package] name = "wscml" version = "0.2.3" authors = ["chen meng lei "] edition = "2021" rust-version = "1.69.0" description = "web server" documentation = "http://doc.qhd.in" homepage = "http://www.qhd.in" license = "MIT OR Apache-2.0" # repository = "https://gitee.com/oscml/webserver/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4" tokio = { version = "1", features = ["full"] } mini-redis = "0.4" futures = "0.3"