-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathCargo.toml
More file actions
51 lines (41 loc) · 1.07 KB
/
Cargo.toml
File metadata and controls
51 lines (41 loc) · 1.07 KB
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 = "tasks"
version = "0.2.0"
edition = "2021"
[dependencies]
i18n-embed-fl = "0.10.0"
rust-embed = "8"
open = "5.3.2"
dirs = "6.0.0"
cli-clipboard = "0.4.0"
slotmap = "1.0.7"
ron = "0.11.0"
thiserror = "2.0.17"
tracing = "0.1.41"
[dependencies.tracing-subscriber]
version = "0.3.20"
features = ["env-filter"]
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic.git"
default-features = false
features = ["multi-window", "tokio", "winit", "about", "wayland", "wgpu"]
[dependencies.i18n-embed]
version = "0.16.0"
features = ["fluent-system", "desktop-requester"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.sqlx]
version = "0.8.6"
features = ["sqlite"]
default-features = false
[dependencies.chrono]
version = "0.4.42"
features = ["serde"]
[dependencies.uuid]
version = "1.18.1"
features = ["v4"]
[patch."https://github.com/smithay/client-toolkit.git"]
sctk = { package = "smithay-client-toolkit", version = "=0.19.2" }
# [patch."https://github.com/pop-os/libcosmic.git"]
# libcosmic = { path = "../../edfloreshz-ext/libcosmic" }