14 lines
291 B
TOML
14 lines
291 B
TOML
[package]
|
|
name = "sparse-unix-installer"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
errno = "0.3.10"
|
|
hex = "0.4.3"
|
|
libc = "0.2.169"
|
|
rand = "0.9.0"
|
|
sparse-actions = { path = "../sparse-actions" }
|
|
sparse-unix-infector = { path = "../sparse-unix-infector" }
|
|
structopt = "0.3.26"
|