aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 357bf9555c5d835fda06aaae043f9b014260b3ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rustkrazy_packer"
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.67.0"
clap = { version = "4.0.29", features = ["derive"] }
fatfs = "0.3.5"
fscommon = "0.1.1"
nix = { version = "0.26.1", features = ["ioctl"] }
reqwest = { version = "0.11.13", features = ["blocking"] }
squashfs-ng = "0.1.2"
tempfile = "3.3.0"