dotfiles/agent/Cargo.toml
Nikos Papadakis 221b4348d8
nats
2024-01-25 01:18:30 +02:00

13 lines
344 B
TOML

[package]
name = "prymn_agent"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.79"
async-nats = "0.33.0"
serde_json = "1.0.111"
tokio = { version = "1.35.1", features = ["full"] }
tokio-stream = { version = "0.1.14", default-features = false }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["fmt"] }