Osselbot/Cargo.toml

14 lines
451 B
TOML
Raw Normal View History

2021-07-12 20:58:00 +00:00
[package]
name = "Osselbot"
version = "0.1.0"
authors = ["Michael Matthews <michaeldylanmatthews@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-07-13 00:29:40 +00:00
serenity = { version = "0.10.8", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
2021-07-13 07:08:41 +00:00
dotenv = "0.15.0"
2021-07-12 20:58:00 +00:00