xesite/lib/cfcache/Cargo.toml

21 lines
492 B
TOML

[package]
name = "cfcache"
version = "0.1.0"
authors = ["Xe Iaso <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.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"] }