manifold/Cargo.toml

26 lines
747 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 = "2.33.3"
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.4"
regex = "1.5.4"
reqwest = "0.11.6"
serde_json = "1.0.69"
serenity = { version = "0.10", features = [ "collector" ] }
tokio = { version = "1.13.0", features = ["sync", "macros", "rt-multi-thread"] }