[dependencies.clap]
version = "^2.33"
[dependencies.nix]
version = "0.17.0"
[package]
authors = ["Ian Boll <iangboll@vt.edu>"]
categories = ["command-line-utilities"]
description = "BusyBox but in Rust"
documentation = "https://docs.rs/busycrate"
edition = "2018"
homepage = "https://github.com/bollian/busycrate"
keywords = ["cli", "utility", "unix"]
license = "MPL-2.0"
name = "busycrate"
readme = "README.md"
repository = "https://github.com/bollian/busycrate"
version = "0.1.0"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"