-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCargo.toml
40 lines (36 loc) · 1.24 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[package]
name = "quarky"
version = "0.0.2"
authors = [ "adumbidiot <[email protected]>" ]
edition = "2018"
publish = false
[dependencies]
clokwerk = "0.3.5"
chrono = "0.4.19"
egg-mode = "0.15.0"
fern = { version = "0.6.0", features = [ "colored" ] }
http = "0.2.4"
indexmap = "1.7.0"
lazy_static = "1.4.0"
log = "0.4.14"
rand = "0.8.3"
reddit = { git = "https://github.com/adumbidiot/reddit-rs", rev = "39257920c3a7eaaffc88407f36f498bffc397a5a" }
serde = { version = "1.0.126", features = [ "derive" ] }
serde_json = "1.0.64"
serenity = { git = "https://github.com/serenity-rs/serenity", branch = "next" }
songbird = "0.2.0-beta.2"
thiserror = "1.0.25"
tokio = { version = "1.7.1", features = [ "rt-multi-thread", "signal" ] }
toml = "0.5.8"
zalgo = { git = "https://github.com/adumbidiot/zalgo-rs", rev = "847e0adfc1f1bf6b9a5903b39bf8ca5b9a19c84c" }
# [profile.release]
# lto = true
# codegen-units = 1
# debug = false
# opt-level = 3
# debug-assertions = false
[patch.crates-io]
# Tokio 1.0 Support
egg-mode = { git = "https://github.com/egg-mode-rs/egg-mode", rev = "6b81073eba9c3b123ca0e80bdb5ef61d1758f131" }
# Support for cross-compiling, like msvc -> mingw
songbird = { git = "https://github.com/adumbidiot/songbird", branch = "audiopus-0.3.0" }