forked from hwittenborn/celeste
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
42 lines (40 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
[workspace]
members = ["celeste", "celeste-tray", "libceleste"]
[workspace.dependencies]
celeste-tray.path = "celeste-tray"
libceleste.path = "libceleste"
adw = { package = "libadwaita", version = "0.2.1", features = ["v1_2"] }
base64 = "0.20.0"
blocking = "1.3.0"
clap = { version = "4.0.12", features = ["derive", "env"] }
dirs = "4.0.0"
exitcode = "1.1.2"
file-lock = "2.1.6"
glib = "0.16.7"
glob = "0.3.0"
grass = "0.11.2"
gtk3 = { package = "gtk", version = "0.15" }
hw-msg = "0.3.1"
indexmap = "1.9.2"
futures = "0.3.25"
lazy_static = "1.4.0"
libappindicator = "0.7.1"
librclone = { version = "0.3.0" }
nix = "0.26.2"
quit = "1.1.4"
rand = "0.8.5"
regex = "1.6.0"
rocket = "0.5.0-rc.2"
sea-orm = { version = "0.10.3", features = ["sqlx-sqlite", "runtime-async-std-rustls", "macros"] }
sea-orm-migration = "0.10.0"
serde = { version = "1.0.143", features = ["derive"] }
serde_json = "1.0.83"
tempfile = "3.3.0"
tera = "1.17.1"
time = { version = "0.3.17", features = ["serde-well-known"] }
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread", "sync"] }
toml_edit = { version = "0.14.4", features = ["serde"] }
tr = "0.1.6"
url = "2.3.1"
users = "0.11.0"
zbus = "3.8.0"