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.
 
 

22 lines
522 B

[package]
name = "animebox-sync"
version = "0.1.0"
authors = ["Drew Short <warrick@sothr.com>"]
edition = "2018"
[profile.release]
panic = "abort"
lto = true
codegen-units = 1
incremental = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = { version = "0.4.11", features = ["serde"] }
clap = "2.33.1"
crossterm = "0.17.5"
curl = "0.4.29"
lazy_static = "1.4.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
url = "2.1.1"