[package] name = "jadesrandomutil" version = "0.1.0" edition = "2021" description = "A random util library for Rust for Jade" publish = true license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.34.0", features = ["full"] }