roll-one-ring/Cargo.toml

15 lines
297 B
TOML
Raw Permalink 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 16:12:27 +02:00
bytecount = "0.6.9"
2025-09-02 15:07:34 +02:00
color-eyre = "0.6.5"
dotenvy = "0.15.7"
poise = "0.6.1"
2025-09-02 16:12:27 +02:00
rand = "0.9.2"
2025-09-02 15:07:34 +02:00
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.20"