generated from edfloreshz/cosmic-app-template
-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Cargo.toml
46 lines (38 loc) · 1.08 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
[package]
name = "cosmic-ext-tweaks"
version = "0.1.3"
edition = "2021"
[dependencies]
ashpd = "0.8.1"
dirs = "5.0.1"
env_logger = "0.11.5"
i18n-embed-fl = "0.8"
log = "0.4.22"
once_cell = "1.19.0"
open = "5.1.2"
pretty_env_logger = "0.5.0"
reqwest = { version = "0.12", features = ["json"] }
ron = "0.8.1"
rust-embed = "8.3.0"
paste = "1.0"
anyhow = "1.0.91"
chrono = { version = "0.4.38", features = ["serde"] }
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic.git"
default-features = false
features = ["tokio", "winit", "wgpu", "about"]
[dependencies.cosmic-ext-config-templates]
git = "https://github.com/ryanabx/cosmic-ext-config-templates"
[dependencies.i18n-embed]
version = "0.14"
features = ["fluent-system", "desktop-requester"]
[dependencies.cosmic-panel-config]
git = "https://github.com/pop-os/cosmic-panel"
[dependencies.serde]
version = "1.0.196"
features = ["derive"]
[dependencies.tokio]
version = "1.35.1"
features = ["macros", "fs", "rt"]
[patch."https://github.com/smithay/client-toolkit.git"]
sctk = { package = "smithay-client-toolkit", version = "=0.19.2" }