gluon/Cargo.toml

23 lines
537 B
TOML

[profile.release]
opt-level = 3
lto = "fat"
overflow-checks = false
[package]
name = "dorya"
version = "0.2.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" }
tokio = { version="1.37.0", features=["rt-multi-thread"] }
tracing = {version = "0.1.40"}
tracing-subscriber = {version="0.3.18", features=["env-filter"]}