[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" tokio = { version = "1.43.0", features = ["rt-multi-thread"] }