-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathCargo.toml
More file actions
45 lines (39 loc) · 832 Bytes
/
Cargo.toml
File metadata and controls
45 lines (39 loc) · 832 Bytes
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
[package]
name = "cosmic-ext-forecast"
version = "1.3.0"
edition = "2021"
[dependencies]
log = "0.4.21"
open = "5.1.2"
serde = "1.0.197"
bytes = "1.7.1"
include_dir = "0.7.4"
i18n-embed-fl = "0.10.0"
rust-embed = "8"
public-ip-address = { version = "0.3.5", features = ["blocking"] }
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic"
default-features = false
features = [
"debug",
"winit",
"wgpu",
"tokio",
"desktop",
"about",
"wayland",
"multi-window",
"surface-message",
]
[dependencies.i18n-embed]
version = "0.16.0"
features = ["fluent-system", "desktop-requester"]
[dependencies.reqwest]
version = "0.12.3"
features = ["json", "gzip", "deflate"]
[dependencies.tokio]
version = "1.37.0"
features = ["fs"]
[dependencies.chrono]
version = "0.4.38"
features = ["serde"]