-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
26 lines (25 loc) · 896 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "cs2-discord-scrimbot"
version = "0.4.0"
authors = ["MartinWienc <[email protected]>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.5.0", features = ["full"] }
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "json"] }
serde = "1.0"
serde_json = "1.0"
serde_yaml = "0.9.25"
async-std = "1.6.3"
rand = "0.8.5"
regex = "1.3.9"
base64 = "0.21.4"
poise = { version = "0.5.1", default-features = false, features = ["collector", "time", "cache"] }
serenity = { version = "0.11.6", default-features = false, features = ["rustls_backend", "utils", "model"] }
anyhow = "1.0.66"
chrono = "*"
dotenvy = "0.15.6"
env_logger = "0.10.0"
log = "*"
futures = "0.3.28"
steamid = { git = "https://github.com/JohnPeel/steamid" }