[package] name = "tv-organizer" version = "0.1.1" authors = ["Mike Cronce "] edition = "2018" description = "Simple utility that makes use of TheTVDB's API to organize TV shows in batches" license = "MIT" [profile.release] opt-level = 3 lto = "thin" debug = false [dependencies] clap = "^2" crossbeam-channel = "^0.4" crossbeam-utils = "^0.7" regex = "^1" tvdb = "^0.6"