manifold/Cargo.toml

28 lines
843 B
TOML

[package]
name = "manifold"
version = "0.1.0"
authors = ["Lucy Bladen <admin@jbladen.uk>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
built = { version = "0.5.1", features = ["git2", "chrono"] }
[dependencies]
built = { version = "0.5.1", features = ["git2", "chrono"] }
clap = "3.2.10"
config = { version = "0.13.1", features = [ "yaml" ] }
diesel = { version = "1.4.8", features = ["sqlite", "r2d2", "chrono"] }
diesel_migrations = "1.4.0"
env_logger = "0.9.0"
log = "0.4.14"
r2d2 = "0.8.9"
rand = "0.8.5"
regex = "1.5.4"
reqwest = "0.11.9"
serde = "1.0.136"
serde_json = "1.0.79"
serenity = { version = "0.11", features = [ "collector", "unstable_discord_api" ] }
tokio = { version = "1.16.1", features = ["sync", "macros", "rt-multi-thread"] }