-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathCargo.toml
51 lines (45 loc) · 925 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
42
43
44
45
46
47
48
49
50
51
[package]
name = "hotwire"
version = "0.2.3"
authors = ["Emmanuel Touzery <[email protected]>"]
edition = "2021"
[build-dependencies]
reqwest = { version = "0.11.9", features = ["blocking"] }
flate2 = "1.0.22"
tar = "0.4.38"
includedir_codegen = "0.6.0"
[dependencies]
serde = "1.0.134"
serde_json = "1.0.76"
itertools = "0.10.3"
relm = "0.23.0"
relm-derive = "0.23.0"
glib = "^0.15.0"
gio = "^0.15.5"
hex = "0.4.3"
pango = "^0.15.0"
chrono = "0.4.19"
gdk-pixbuf = "^0.15.0"
gdk = "^0.15.0"
regex = "1.5.4"
xmlparser = "0.13.3"
brotli = "3.3.3"
flate2 = "1.0.22"
quick-xml = "0.22.0"
nix = "0.23.1"
dirs = "4.0.0"
libc = "0.2.113"
signal-hook = "0.3.13"
derive_more = "0.99.17"
lazy_static = "1.4.0"
num-traits = "0.2.14"
serde_derive = "1.0.134"
toml = "0.5.8"
# filetime = "0.2.14"
nom = "7.1.0"
strum = "0.23"
strum_macros = "0.23.1"
base64 = "0.13.0"
[dependencies.gtk]
version = "^0.15.0"
features = ["v3_22_29"]