-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
41 lines (38 loc) · 821 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
40
41
[package]
name = "dogky"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = "0.4.19"
circular-queue = "0.2.6"
enum-map = "2.4.1"
gtk = { version = "0.4", package = "gtk4" }
heck = "0.4.0"
lazy_static = "1.4.0"
local-ip-address = "0.4.6"
nvml-wrapper = "0.8.0"
once_cell = "1.13.0"
open = "3.0.2"
phf = { version = "0.11", features = ["macros"] }
public-ip = "0.2.2"
regex = "1.6.0"
reqwest = { version = "0.11.11", features = ["blocking"] }
serde = "1.0.140"
serde_derive = "1.0.140"
serde_json = "1.0.82"
serde_yaml = "0.9.2"
shlex = "1.1.0"
strum = "0.24.1"
strum_macros = "0.24.2"
sysinfo = "0.25.0"
tokio = "1.20.1"
uname = "0.1.1"
whoami = "1.2.1"
xdg = "2.4.1"
[build-dependencies]
gtk = { version = "0.4", package = "gtk4" }
sass-rs = "0.2.2"
[profile.release]
strip = true
lto = true
codegen-units = 1