aboutsummaryrefslogtreecommitdiff
path: root/lib/cfcache/Cargo.toml
blob: 85060c2a2e742c2e567d7cbc8f702b87e8ef5cf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "cfcache"
version = "0.1.0"
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"

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

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

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