v3/packages/bot/Cargo.toml
dependabot[bot] f2ef6f06c4
chore(deps): bump tokio from 1.16.1 to 1.18.5 in /packages/bot
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.16.1 to 1.18.5.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.16.1...tokio-1.18.5)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 01:54:04 +00:00

12 lines
No EOL
433 B
TOML

[package]
name = "bot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = { version = "0.10.10", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "unstable_discord_api", "collector"] }
dotenv = "0.15.0"
tokio = { version = "1.18", features = ["macros", "rt-multi-thread"] }
url = "2.2.2"