Files
ByteDiceAssistant/Cargo.toml
T
2025-02-02 01:12:29 +01:00

13 lines
305 B
TOML

[package]
name = "byte_dice_assistant"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
poise = "0.6.1"
rand = "0.9.0"
serde_json = "1.0.138"
tokio = { version = "1.43.0", features = ["rt-multi-thread"] }