You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
624 B
34 lines
624 B
[package]
|
|
name = "generator-bot"
|
|
version = "0.2.1"
|
|
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]
|
|
markov = "1.0.3"
|
|
purrchance = "0.4.1"
|
|
serde = "1.0.112"
|
|
toml = "0.5.6"
|
|
# tracery = "0.1.0"
|
|
|
|
[dependencies.serenity]
|
|
version = "0.10.4"
|
|
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"]
|