generator-bot/Cargo.toml

34 lines
624 B
TOML
Raw Permalink Normal View History

2020-06-19 16:23:27 -04:00
[package]
2020-06-20 19:41:53 -04:00
name = "generator-bot"
version = "0.2.1"
2020-06-19 16:23:27 -04:00
authors = ["xenofem <xenofem@xeno.science>"]
license = "MIT"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-06-20 19:41:53 -04:00
markov = "1.0.3"
2020-06-20 04:29:32 -04:00
purrchance = "0.4.1"
2020-06-19 16:23:27 -04:00
serde = "1.0.112"
toml = "0.5.6"
2020-06-20 19:41:53 -04:00
# tracery = "0.1.0"
2020-06-19 16:23:27 -04:00
[dependencies.serenity]
version = "0.10.4"
2020-06-19 16:23:27 -04:00
default-features = false
features = [
"builder",
"cache",
"client",
"gateway",
"http",
"model",
"utils",
"rustls_backend",
]
[dependencies.tokio]
version = "1.4.0"
features = ["macros", "rt-multi-thread", "time"]