-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (26 loc) · 785 Bytes
/
Cargo.toml
File metadata and controls
28 lines (26 loc) · 785 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
[package]
name = "ekapkgs-update"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
async-stream = "0.3"
chrono = "0.4"
clap = { version = "4.5.53", features = ["derive"] }
directories = "5.0"
futures = "0.3"
num_cpus = "1.16"
openssl = { version = "0.10.75", features = ["vendored"] }
regex = "1.0"
reqwest = { version = "0.12", features = ["json"] }
rnix = "0.12.0"
semver = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
shellexpand = "3.1"
sqlx = { version = "0.7", features = ["runtime-tokio", "sqlite"] }
tokio = { version = "1.48.0", features = ["process", "io-util", "rt-multi-thread", "macros", "fs"] }
tokio-stream = "0.1"
tracing = "0.1.43"
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
walkdir = "2.5"