[[bin]]
name = "i"
path = "src/command/main.rs"
[[bin]]
name = "imperfectd"
path = "src/daemon/main.rs"
[[bin]]
name = "init"
path = "src/init/main.rs"
[[bin]]
name = "imperfectk"
path = "src/kernel/main.rs"
[dependencies]
[lib]
bench = true
doc = true
doctest = true
name = "imperfect"
path = "src/lib.rs"
test = true
[package]
authors = ["superwhiskers <whiskerdev@protonmail.com>"]
autobins = false
build = "build.rs"
description = "one package manager to rule them all, for real this time"
documentation = "https://docs.rs/imperfect/"
edition = "2018"
homepage = "https://github.com/superwhiskers/imperfect"
license = "LGPL-3.0"
name = "imperfect"
repository = "https://github.com/superwhiskers/imperfect"
version = "0.0.1"