12 lines
No EOL
430 B
TOML
12 lines
No EOL
430 B
TOML
[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"] }
|
|
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
|
# to make the http requests
|
|
surf = "2.3.2" |