roll-one-ring/Cargo.toml

13 lines
262 B
TOML
Raw Normal View History

2025-09-02 14:11:23 +02:00
[package]
name = "roll-one-ring"
version = "0.1.0"
edition = "2024"
[dependencies]
2025-09-02 15:07:34 +02:00
color-eyre = "0.6.5"
dotenvy = "0.15.7"
poise = "0.6.1"
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.20"