about summary refs log tree commit diff
path: root/Cargo.toml
blob: cb553175d851829bc7fb2f0df1581a5718a3fcbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "kindbloot"
version = "0.1.0"
edition = "2024"

[dependencies]
anyhow = "1.0.98"
dotenv = "0.15.0"
rusqlite = "0.34.0"
tokio = { version = "1.44.2", features = ["full"] }
twilight-cache-inmemory = "0.16.0"
twilight-gateway = "0.16.0"
twilight-http = "0.16.0"
twilight-model = "0.16.0"
twilight-util = { version = "0.16.0", features = ["builder"] }