forked from MaxOhn/Bathbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
36 lines (31 loc) · 1.21 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
[workspace]
members = [
"bathbot",
"bathbot-cache",
"bathbot-client",
"bathbot-macros",
"bathbot-model",
"bathbot-psql",
"bathbot-server",
"bathbot-util",
]
[workspace.package]
version = "3.5.3"
authors = ["MaxOhn <ohn.m@hotmail.de>"]
edition = "2021"
[workspace.dependencies]
rosu-v2 = { git = "https://github.com/MaxOhn/rosu-v2", branch = "mods", default-features = false, features = ["macros", "metrics", "rkyv"] }
rosu-pp = { git = "https://github.com/MaxOhn/rosu-pp", branch = "next", features = ["async_tokio"] }
twilight-gateway = { version = "0.15", default-features = false, features = ["rustls-webpki-roots", "twilight-http", "zlib-stock"] }
twilight-http = { version = "0.15", default-features = false, features = ["rustls-webpki-roots"] }
twilight-interactions = { git = "https://github.com/MaxOhn/twilight-interactions", branch = "with-help", default-features = false, features = ["derive"] }
twilight-model = { version = "0.15", default-features = false }
twilight-standby = { version = "0.15", default-features = false }
[profile.dev.package.sqlx-macros]
opt-level = 3
[profile.release]
lto = "thin"
codegen-units = 1
strip = "debuginfo"
[profile.dev]
incremental = false # await fix of ICE