A tool to read animebox backup files and export the data in alternate formats.
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.

21 lines
522 B

4 years ago
4 years ago
  1. [package]
  2. name = "animebox-sync"
  3. version = "0.1.0"
  4. authors = ["Drew Short <warrick@sothr.com>"]
  5. edition = "2018"
  6. [profile.release]
  7. panic = "abort"
  8. lto = true
  9. codegen-units = 1
  10. incremental = false
  11. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  12. [dependencies]
  13. chrono = { version = "0.4.11", features = ["serde"] }
  14. clap = "2.33.1"
  15. crossterm = "0.17.5"
  16. curl = "0.4.29"
  17. lazy_static = "1.4.0"
  18. serde = { version = "1.0", features = ["derive"] }
  19. serde_json = "1.0"
  20. url = "2.1.1"