forked from ShashankKumarSaxena/Mitron-Support
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
18 lines (16 loc) · 719 Bytes
/
Cargo.toml
File metadata and controls
18 lines (16 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "Mitron-Support"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = { version = "0.11.5", features = ["client", "gateway", "rustls_backend", "model", "unstable_discord_api", "collector"] }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
dotenv = { version = "0.15.0" }
tracing = "0.1"
tracing-subscriber = "0.2"
sqlx = { features = [ "postgres", "tls", "runtime-async-std-native-tls", "macros", "uuid", "offline", "chrono" ] }
chrono = "0.4.0"
reqwest = { version = "0.11.10", features = [ "json" ] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"