forked from chrisliebaer/kitmatheinfo-bot
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCargo.toml
22 lines (21 loc) · 917 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "kitmatheinfo-bot"
authors = ["Chrisliebär <[email protected]>"]
version = "0.1.0"
license = "MIT"
edition = "2021"
repository = "https://github.com/chrisliebaer/kitmatheinfo-bot"
keywords = ["discord", "bot"]
categories = ["chatbot", "discord"]
description = "A Discord bot for the KIT Mathe/Info Discord server."
[dependencies]
log = "0.4.22"
env_logger = { version = "0.11.5"}
serde = { version = "1.0.216", features = ["derive"] }
serde_json = { version = "1.0.133", default-features = false, features = ["alloc"] }
serde_with = "3.11.0"
toml = "0.8.19"
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread", "time"] }
serenity = { version = "0.12.4", default-features = false, features = ["builder", "cache", "client", "gateway", "model", "utils", "rustls_backend", "unstable_discord_api"] }
poise = "0.6.1"
linked-hash-map = { version = "0.5.6", features = ["serde_impl"]}