mirror of
https://github.com/Noratrieb/widetom.git
synced 2026-01-14 17:05:03 +01:00
wide tom
This commit is contained in:
parent
cef31e1b84
commit
1d1ea1e5a2
6 changed files with 422 additions and 24 deletions
13
Cargo.toml
13
Cargo.toml
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "DiscordBot"
|
||||
name = "widertom"
|
||||
version = "0.1.0"
|
||||
authors = ["Nilstrieb <niltrieb@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
|
@ -7,4 +7,13 @@ edition = "2018"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
serenity = "0.10.2"
|
||||
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
||||
uwuify = "^0.2"
|
||||
async-trait = "0.1.50"
|
||||
lazy_static = "1.4.0"
|
||||
toml = "0.5.8"
|
||||
|
||||
[dependencies.serenity]
|
||||
version = "0.10.2"
|
||||
default-features = false
|
||||
features = ["client", "gateway", "rustls_backend", "model", "framework", "standard_framework", "cache", "http", "utils"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue