aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 44b98cca904a3bd492abdbc1ce6ea13035e0343b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "pkgbuild"
version = "0.1.0"
edition = "2021"

# [[bin]]
# name = "get-dependencies"
# path = "bin/get-dependencies.rs"

[dependencies]
alpm = "2.2.1"
anyhow = "1.0.68"
dirs = "4.0.0"
reqwest = { version = "0.11.13", features = ["json", "gzip"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
srcinfo = "1.1.0"
tokio = { version = "1.24.1", features = ["macros", "rt-multi-thread"] }