tech-bot/Cargo.toml

16 lines
395 B
TOML
Raw Normal View History

2023-05-04 22:26:37 +02:00
[package]
name = "tech-bot"
version = "0.1.0"
edition = "2021"
authors = ["Antoine Langlois <antoine.l@antoine-langlois.net>"]
description = "A Discord bot for the Tech channel"
[dependencies]
2023-05-24 15:58:11 +02:00
once_cell = "1.17"
2023-05-04 22:26:37 +02:00
poise = "0.5"
2023-06-23 15:19:57 +02:00
polodb_core = "4.4"
2023-05-24 15:58:11 +02:00
regex = "1.8"
2023-05-04 22:26:37 +02:00
serde = { version = "1.0", features = ["derive"] }
2023-05-24 15:58:11 +02:00
tokio = { version = "1.28", features = ["macros", "rt-multi-thread"] }
url = "2.3"