-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
49 lines (39 loc) · 1.13 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
42
43
44
45
46
47
48
49
[package]
name = "cosmic-applet-sys-status"
version = "0.1.3"
edition = "2021"
[dependencies.cosmic-time]
git = "https://github.com/pop-os/cosmic-time"
default_features = false
features = ["libcosmic", "once_cell"]
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic.git"
# path = "../libcosmic"
default_features = false
features = ["applet", "tokio", "wayland"]
[dependencies.i18n-embed]
version = "0.14"
features = ["fluent-system", "desktop-requester"]
[dependencies]
i18n-embed-fl = "0.8.0"
rust-embed = "8.3.0"
serde = "1.0.197"
paste = "1.0.14"
once_cell = "1.19.0"
sysinfo = "0.30.12"
human_bytes ="0.4"
plotters-iced = "0.10"
plotters="0.3"
chrono = "0.4.38"
[patch.crates-io.iced]
git = "https://github.com/pop-os/libcosmic.git"
[patch.crates-io.iced_core]
git = "https://github.com/pop-os/libcosmic.git"
[patch.crates-io.iced_widget]
git = "https://github.com/pop-os/libcosmic.git"
[patch.crates-io.iced_graphics]
git = "https://github.com/pop-os/libcosmic.git"
[patch.crates-io.iced_renderer]
git = "https://github.com/pop-os/libcosmic.git"
[patch.crates-io.iced_futures]
git = "https://github.com/pop-os/libcosmic.git"