-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathCargo.toml
39 lines (32 loc) · 798 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
27
28
29
30
31
32
33
34
35
36
37
38
39
[package]
name = "gtk-qq"
version = "0.2.0"
edition = "2021"
[workspace]
members = ["./libs/*"]
[dependencies.relm4]
git = "https://github.com/Relm4/Relm4.git"
# next, 2022/05/30
rev = "144f48319ffd7a889f28853df00e802cfc97dc26"
features = ["macros", "libadwaita"]
[dependencies.ricq]
git = "https://github.com/lz1998/ricq.git"
# v0.1.17, master, 2022/09/07
rev = "56620d755f35f7b6ade52991be62360b3377547c"
[dependencies.widgets]
path = "./libs/widgets"
[dependencies.resource-loader]
path = "./libs/resource-loader"
[dependencies]
tokio = { version = "1.18.2", features = ["sync"] }
rand = "0.8.5"
async-trait = "0.1.53"
once_cell = "1.11.0"
rusqlite = "0.27.0"
reqwest = "0.11.10"
qrcode-png = "0.4.0"
typed-builder = "0.10"
bincode = "1.3.3"
base64 = "0.13.0"
[profile.release]
lto = true