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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"
cargo = "0.75.1"
clap = { version = "4.2.7", features = ["derive"] }
fatfs = "0.3.6"
fscommon = "0.1.1"
reqwest = { version = "0.11.17", features = ["blocking"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
squashfs-ng = { version = "0.1.2", git = "https://github.com/rustkrazy/squashfs-ng-rs.git" }
tempfile = "3.5.0"