-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
50 lines (46 loc) · 1.17 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
[package]
name = "cosmicding"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.89"
chrono = "0.4.38"
constcat = "0.5.1"
directories = "5.0.1"
env_logger = "0.11.5"
futures = "0.3.31"
futures-util = "0.3.30"
i18n-embed-fl = "0.9.1"
include_dir = "0.7.4"
log = "0.4.22"
once_cell = "1.19.0"
open = "5.3.0"
paste = "1.0.15"
reqwest = { version = "0.12.8", features = ["json"] }
rust-embed = "8.5.0"
serde = "1.0.210"
serde_json = "1.0.128"
sqlx = { version = "0.8.2", features = ["sqlite", "runtime-tokio", "chrono"] }
tokio = { version = "1.40.0", features = ["full"] }
[dependencies.i18n-embed]
version = "0.15"
features = ["fluent-system", "desktop-requester"]
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic"
default-features = false
# features = ["dbus-config", "tokio", "winit", "wgpu"]
features = [
"a11y",
"dbus-config",
# NOTE: (vkhitrin) this is a temporary workaround to set initial
# application title.
"multi-window",
"single-instance",
"tokio",
"winit",
"wgpu",
]
rev = "953685a88267894ea3fa40f2b99139c3c4e784d6"
version = "0.1.0"
[build-dependencies]
vergen = { version = "8", features = ["git", "gitcl"] }