Skip to content
Snippets Groups Projects
Cargo.toml 816 B
Newer Older
Stephen D's avatar
Stephen D committed
[package]
name = "cat-disruptor-6500"
Stephen D's avatar
Stephen D committed
version = "0.1.2"
Stephen D's avatar
Stephen D committed
authors = ["Stephen <stephen@stephendownward.ca>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serenity = {version = "0.9", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "static_assertions"] }
tokio = {version = "0.2", features = ["full", "time"] }
phf = { version = "0.8", features = ["macros"] }
toml = "0.5"
serde = { version = "1.0", features = ["derive"] }
Stephen D's avatar
Stephen D committed
xbasic = "0.3.1"
Stephen D's avatar
Stephen D committed
png = "0.16"
diesel = { version = "1.4", features = ["postgres", "numeric"] }
dotenv = "0.15.0"
Stephen D's avatar
Stephen D committed
bigdecimal = "0.1.2"
reqwest = { version = "0.10", features = ["json"] }
Stephen D's avatar
Stephen D committed
serde_json = "1.0"
rusttype = "0.4.3"
Stephen D's avatar
Stephen D committed
rand = "0.8"
Stephen D's avatar
Stephen D committed
anyhow = "1.0"