summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 6c693c0241be6abd0e10cde5e93b6f29eb5a2c61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "teawiebot"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bottomify = "1.2.0"
include_dir = "0.7.3"
once_cell = "1.18.0"
rand = "0.8.5"
regex = "1.9.1"
reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "json"] }
serde = "1.0.171"
serenity = "0.11.6"
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }