/ Cargo.toml
Cargo.toml
 1  [package]
 2  name = "fleeting"
 3  version = "0.1.0"
 4  edition = "2021"
 5  
 6  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 7  
 8  [dependencies]
 9  chrono = "0.4.31"
10  dotenvy = "0.15.7"
11  serenity = { version = "0.12", features = ["chrono"] }
12  tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }