-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathCargo.toml
38 lines (36 loc) · 1015 Bytes
/
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
[package]
name = "celeste"
version = "0.8.3"
edition = "2021"
[dependencies]
adw = { package = "libadwaita", version = "0.2.1", features = ["v1_2"] }
base64 = "0.20.0"
blocking = "1.6.1"
clap = { version = "4.5.7", features = ["derive", "env"] }
file-lock = "2.1.11"
futures = "0.3.30"
glib = "0.16.9"
glob = "0.3.1"
hw-msg = "0.3.1"
indexmap = "1.9.3"
ksni = "0.2.2"
lazy_static = "1.4.0"
librclone = { version = "0.6.3" }
nix = "0.26.4"
rand = "0.8.5"
regex = "1.10.5"
rocket = "0.5.1"
sea-orm = { version = "0.10.7", features = ["sqlx-sqlite", "runtime-async-std-rustls", "macros"] }
sea-orm-migration = "0.10.7"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
tempfile = "3.10.1"
tera = "1.20.0"
time = { version = "0.3.36", features = ["serde-well-known"] }
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread", "sync"] }
toml_edit = { version = "0.14.4", features = ["serde"] }
tr = "0.1.7"
url = "2.5.2"
[build-dependencies]
grass = "0.11.2"
nipper = "0.1.9"