您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819
  1. [[package]]
  2. name = "booty-core"
  3. version = "0.1.0"
  4. [[package]]
  5. name = "booty-id-filebot"
  6. version = "0.1.0"
  7. dependencies = [
  8. "booty-core 0.1.0",
  9. ]
  10. [[package]]
  11. name = "bootyd"
  12. version = "0.1.0"
  13. dependencies = [
  14. "booty-core 0.1.0",
  15. "booty-id-filebot 0.1.0",
  16. ]