[package] name = "bootyd" version = "0.1.0" authors = ["treyzania "] [[bin]] name = "bootyd" path = "daemon.rs" [[bin]] name = "bootyctl" path = "cli.rs" [dependencies] booty-core = { path = "../core" } booty-id-filebot = { path = "../identity/filebot" }