-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (28 loc) · 781 Bytes
/
Cargo.toml
File metadata and controls
32 lines (28 loc) · 781 Bytes
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
27
28
29
30
31
32
[package]
name = "vote_bot"
version = "1.0.2"
description = "Modern vote bot written with rust"
edition = "2021"
homepage = "https://github.com/tpc3/vote_bot"
build="src/build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ferris-says = "0.2.1"
toml = "0.5.9"
serde = "1.0.137"
serde_derive = "1.0.137"
tokio = { version = "1.20.4", features = ["full"] }
once_cell = "1.12.0"
tracing = "0.1.35"
tracing-subscriber = "0.3.12"
chrono= "0.4.19"
getopts= "0.2.21"
serde_json = "1.0.82"
magic-crypt = "3.1.10"
sled = "0.34.7"
fancy-regex = "0.10.0"
[build-dependencies]
built = "0.5.1"
[dependencies.serenity]
version = "0.11.2"
features = ["client", "gateway", "rustls_backend", "model", "unstable_discord_api"]