您最多选择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" }