yama/yama_localcache/Cargo.toml

16 lines
455 B
TOML

[package]
name = "yama_localcache"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sqlx = { version = "0.6.3", features = ["sqlite", "runtime-tokio-rustls"] }
tracing = "0.1.37"
eyre = "0.6.8"
tokio = "1.27.0"
yama_pile = { path = "../yama_pile" }
yama_midlevel_crypto = { path = "../yama_midlevel_crypto" }
itertools = "0.10.5"
async-backtrace = "0.2.6"