locationoverflow/discord-worker/Cargo.toml

22 lines
635 B
TOML
Raw Normal View History

2023-07-20 23:04:26 +00:00
[package]
name = "discord-worker"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"
simple_logger = "4.1"
serde = { version = "1", features = ["derive"] }
toml = "0.7"
url = { version = "2.3", features = ["serde"] }
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.11", features = ["json"] }
serde_json = "1"
async-trait = "0.1"
websocket = { version = "0.26", features = ["async"], no-default-features = true }
common = { path = "../common" }
serenity = "0.11"
tokio-threadpool = "0.1"
chrono = "0.4"