Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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" }