gluon/Cargo.toml

22 lines
525 B
TOML
Raw Normal View History

[profile.release]
opt-level = 3
overflow-checks = false
2024-05-30 23:37:47 +03:00
[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"
dotenvy = "0.15.7"
telers = { git = "https://github.com/doryan04/telers.git" }
2024-05-30 23:37:47 +03:00
tokio = { version="1.37.0", features=["rt-multi-thread"] }
tracing = {version = "0.1.40"}
2024-05-30 23:37:47 +03:00
tracing-subscriber = {version="0.3.18", features=["env-filter"]}