You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
397 B
TOML
13 lines
397 B
TOML
[package]
|
|
name = "basedbot"
|
|
version = "0.1.0"
|
|
authors = ["kageru <kageru@encode.moe>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serenity = { version = "0.10", default_features = false, features = ["client", "rustls_backend", "model", "builder", "gateway", "utils", "cache"] }
|
|
lazy_static = "1.4.0"
|
|
fancy-regex = "0.10"
|
|
async-trait = "0.1.53"
|
|
tokio = { version = "1.18.2", features = ["rt-multi-thread"] }
|