Nova/exes/cache/Cargo.toml
2023-07-05 07:18:34 +00:00

27 lines
635 B
TOML

[package]
name = "cache"
version = "0.1.0"
edition = "2018"
description = "Stores the data from discord if needed"
readme = "README.md"
repository = "https://github.com/discordnova/nova.git"
keywords = ["discord", "scaleable", "cache"]
categories = ["microservices", "nova"]
license = "APACHE2"
[dependencies]
shared = { path = "../../libs/shared" }
proto = { path = "../../libs/proto" }
tokio = { version = "1", features = ["rt"] }
tokio-stream = "0.1.14"
serde = { version = "1.0.166", features = ["derive"] }
serde_json = { version = "1.0" }
async-nats = "0.29.0"
twilight-model = "0.15.2"
anyhow = "1.0.71"
tracing = "0.1.37"