forked from pop-os/support-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
36 lines (33 loc) · 723 Bytes
/
Cargo.toml
File metadata and controls
36 lines (33 loc) · 723 Bytes
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
[package]
name = "pop-support"
version = "1.0.0"
edition = "2018"
repository = "https://github.com/pop-os/support-panel"
license = "MPL-2.0"
[workspace]
members = [ "ffi", "tools" ]
[dependencies]
anyhow = "1.0.52"
as-result = "0.2.1"
cascade = "1.0.0"
futures = "0.3.19"
gdk-pixbuf = "0.14"
gio = "0.14"
glib = "0.14"
gtk = "0.14"
i18n-embed = { version = "0.13.1", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.6.1"
relm = "0.22.0"
relm-derive = "0.22.0"
tempfile = "3.3.0"
once_cell = "1.9.0"
rust-embed = "6.3.0"
concat-in-place = "1.0.0"
rfm = "1.0.2"
fomat-macros = "0.3.1"
dirs = "4.0.0"
smol = "1.2.5"
const_format = "0.2.22"
[dependencies.clap]
version = "3.0.10"
features = ["derive"]