This repository has been archived on 2025-04-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mixer-discord-bot/mixer-discord-bot/Cargo.toml
2023-07-04 06:21:00 +03:00

20 lines
720 B
TOML

[package]
name = "mixer-discord-bot"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.28.2", features = ["full"] }
tracing = "0.1.37"
serenity = {version = "0.11.5", default-features = false, features = ["rustls_backend", "client", "gateway", "model", "cache", "collector", "utils"] }
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres"] }
sea-orm = { version = "0.11.3", features = ["sqlx-postgres", "runtime-tokio-rustls", "macros"] }
itertools = "0.10.5"
shuttle-secrets = "0.19.0"
shuttle-serenity = "0.19.0"
shuttle-runtime = "0.19.0"
shuttle-shared-db = { version = "0.19.0", features = ["postgres-rustls"] }
rusttype = "0.9.3"
image = "0.24.6"
imageproc = "0.23.0"