2023-08-25 22:36:46 +00:00
|
|
|
[package]
|
|
|
|
name = "skynet_discord_bot"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
serenity = { version = "0.11.6", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "cache"] }
|
2023-08-27 14:39:09 +00:00
|
|
|
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
2023-08-27 16:30:54 +00:00
|
|
|
|
2023-08-27 14:39:09 +00:00
|
|
|
# to make the http requests
|
2023-08-27 16:30:54 +00:00
|
|
|
surf = "2.3.2"
|
|
|
|
|
|
|
|
dotenvy = "0.15.7"
|