forked from MaxOhn/Bathbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
41 lines (36 loc) · 1.44 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
41
[workspace]
members = [
"bathbot",
"bathbot-cache",
"bathbot-cards",
"bathbot-client",
"bathbot-macros",
"bathbot-model",
"bathbot-psql",
"bathbot-server",
"bathbot-util",
]
resolver = "2"
[workspace.package]
version = "3.13.1"
authors = ["MaxOhn <ohn.m@hotmail.de>"]
edition = "2021"
[workspace.dependencies]
rosu-mods = { version = "0.1.0", features = ["rkyv"] }
rosu-pp = { git = "https://github.com/MaxOhn/rosu-pp", branch = "next" }
# rosu-pp = { path = "../rosu-pp" }
rosu-v2 = { git = "https://github.com/MaxOhn/rosu-v2", branch = "lazer", default-features = false, features = ["deny_unknown_fields", "macros", "metrics"] }
# rosu-v2 = { path = "../rosu-v2", default-features = false, features = ["deny_unknown_fields", "macros", "metrics"] }
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