projbotv3/Cargo.toml

16 lines
541 B
TOML
Raw Normal View History

2022-10-09 19:46:18 +02:00
[package]
name = "projbotv3"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = {version="1.21.2", features=["full"]}
serenity = {version="0.11.5", features=["builder", "cache", "client", "framework", "gateway", "http", "model", "standard_framework", "utils", "rustls_backend", "voice"]}
songbird = {version="0.3.0", features=["driver", "serenity-rustls"]}
openssl = "0.10.42"
form-data-builder = "1.0.1"
2022-10-10 17:58:44 +02:00
png = "0.17.6"
gif = "0.11.4"