Documentation
[package]
name = "cf"
description = "Codefast"
license = "MIT OR Apache-2.0"
version = "0.0.10"
authors = ["cccache <byteleap@gmail.com>"]
edition = "2018"

[dependencies]
reqwest = {version = "0.11.4", features = ["blocking", "json"] }
redis = "0.21.5"
base64 = "0.13.0"
chrono = "0.4.19"
rand = "0.8.5"
lazy_static = "1.4.0"
tokio = { version = "1.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
dotenv = "0.15.0"