16 lines
553 B
TOML
16 lines
553 B
TOML
[package]
|
|
name = "projbotv3"
|
|
version = "3.0.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"]}
|
|
rustls = "0.20"
|
|
form-data-builder = "1.0"
|
|
png = "0.17"
|
|
gif = "0.11"
|
|
webpki-roots = "0.22"
|