basedbot/Cargo.toml

12 lines
364 B
TOML
Raw Permalink Normal View History

2020-08-28 09:45:19 +02:00
[package]
name = "basedbot"
version = "0.1.0"
authors = ["kageru <kageru@encode.moe>"]
2022-05-30 20:43:18 +02:00
edition = "2021"
2020-08-28 09:45:19 +02:00
[dependencies]
2023-11-15 11:52:11 +01:00
serenity = { version = "0.11", default_features = false, features = ["client", "rustls_backend", "model", "builder", "gateway", "utils", "cache"] }
lazy_static = "1"
async-trait = "0.1"
tokio = { version = "1", features = ["rt-multi-thread"] }