Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.35.1 to 1.36.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.35.1...tokio-1.36.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
377 B
TOML
13 lines
377 B
TOML
[package]
|
|
name = "discord_bridgebot"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
dotenv = "0.15.0"
|
|
serenity = { version = "0.12.0", features = ["framework", "standard_framework"] }
|
|
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] }
|
|
diesel = { version = "2.1.4", features = ["postgres"] }
|
|
log = "0.4"
|
|
env_logger = "0.11"
|
|
diesel_migrations = "2.1.0"
|