HypeBot/Cargo.toml

24 lines
543 B
TOML
Raw Normal View History

[package]
name = "hype_bot"
version = "0.1.0"
authors = ["Joey Hines <joey@ahines.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.0"
serde = "1.0.106"
serde_derive = "1.0.104"
config = "0.9"
chrono = "0.4.11"
chrono-tz = "0.4"
diesel = { version = "1.4.0", features = ["mysql", "chrono"] }
diesel_migrations = "1.4.0"
2020-04-27 23:16:03 +00:00
log = "0.4.8"
log4rs = "0.11.0"
[dependencies.serenity]
version = "0.8.4"
features = ["framework", "standard_framework"]