ncov-cli 0.1.0

Simple ncov checker written in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ncov-cli"
version = "0.1.0"
edition = "2021"
description = "Simple ncov checker written in Rust"
license="MIT"
repository="https://github.com/nhannht/ncov-cli"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = {version = "0.11.4", features = ["json"]}
serde = {version =  "1.0.130", features = ["derive"] }
serde_json = "1.0.68"
tokio = {version = "1.12.0", features = ["full"]}
#sqlx = {version = "0.5.9", features = ["json","runtime-tokio-rustls"]}
cursive = "0.17.0-alpha.0"
futures="0.3.17"