-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Cargo.toml
66 lines (54 loc) · 1.38 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[package]
name = "tasks"
version = "0.1.1"
edition = "2021"
[dependencies]
i18n-embed-fl = "0.8"
once_cell = "1.19"
rust-embed = "8"
log = "0.4"
env_logger = "0.11"
paste = "1.0"
open = "5.0.2"
dirs = "5.0.1"
tokio = "1"
tracing = "0.1.40"
cli-clipboard = "0.4.0"
slotmap = "1.0.7"
emojis = "0.6.1"
serde_json = "1.0.87"
ron = "0.8.1"
async-trait = "0.1.68"
libset = "0.1.6"
derive-getters = "0.3.0"
derive_setters = "0.1.6"
thiserror = "1.0.65"
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic.git"
default-features = false
features = ["multi-window", "tokio", "winit", "wgpu", "desktop"]
[dependencies.i18n-embed]
version = "0.14"
features = ["fluent-system", "desktop-requester"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.smol_str]
version = "0.2.1"
features = ["serde"]
[dependencies.sqlx]
version = "0.8.0"
features = ["sqlite"]
default-features = false
[dependencies.chrono]
version = "0.4.35"
features = ["serde"]
[dependencies.uuid]
version = "1.2.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 = { git = "https://github.com/edfloreshz/libcosmic.git", branch = "editable_input_internal" }
# [patch."https://github.com/pop-os/libcosmic.git"]
# libcosmic = { path = "../libcosmic" }