15 lines
541 B
TOML
15 lines
541 B
TOML
[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"
|
|
png = "0.17.6"
|
|
gif = "0.11.4"
|