You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Cargo.toml 279B

12345678910111213141516
  1. [package]
  2. name = "bootyd"
  3. version = "0.1.0"
  4. authors = ["treyzania <treyzania@gmail.com>"]
  5. [[bin]]
  6. name = "bootyd"
  7. path = "daemon.rs"
  8. [[bin]]
  9. name = "bootyctl"
  10. path = "cli.rs"
  11. [dependencies]
  12. booty-core = { path = "../core" }
  13. booty-id-filebot = { path = "../identity/filebot" }