gluon/Cargo.toml

20 lines
459 B
TOML

[package]
name = "dorya"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.86"
async-trait = "0.1.80"
chrono = "0.4.38"
dashmap = "5.5.3"
dotenvy = "0.15.7"
futures = "0.3.30"
telers = "1.0.0-alpha.18"
tokio = { version="1.37.0", features=["rt-multi-thread"] }
tracing = "0.1.40"
tracing-subscriber = {version="0.3.18", features=["env-filter"]}