aboutsummaryrefslogtreecommitdiff
path: root/lib/cfcache/Cargo.toml
blob: c272906d6b55fd94721d279b60abcbd1452e76a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "cfcache"
version = "0.1.0"
authors = ["Xe Iaso <me@xeiaso.net>"]
edition = "2018"
license = "zlib"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.11", features = ["json"] }
serde_json = "1"
serde = { version = "1", features = ["derive"] }
thiserror = "1"
tracing = "0.1"
tracing-futures = "0.2"

[dev-dependencies]
eyre = "0.6.8"
kankyo = "0.3"
tokio = { version = "1", features = ["full"] }