[package] name = "imperfect" description = "one package manager to rule them all, for real this time" authors = ["superwhiskers "] license = "LGPL-3.0" version = "0.0.1" documentation = "https://docs.rs/imperfect/" homepage = "https://github.com/superwhiskers/imperfect" repository = "https://github.com/superwhiskers/imperfect" build = "build.rs" autobins = false edition = "2018" [lib] name = "imperfect" path = "src/lib.rs" bench = true test = true doctest = true doc = true [[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]