[package] edition = "2018" name = "rwth_cli" version = "0.1.3" authors = ["Benjamin Stutte "] repository = "https://gitlab.com/bstut/ltps" readme = "README.md" license = "GPL-2.0" keywords = ["cli", "rwth", "synchronization"] categories = ["command-line-interface"] description = """ A command line tool to synchronize your RWTH Aachen learning materials with your local files """ [dependencies] serde = "1.0.104" serde_json = "1.0.44" serde_derive = "1.0.104" reqwest = { version = "0.10.1", features = ["blocking"] } toml = "0.5.5" clap = "2.33.0" ansi_term = "0.12.1" indicatif = "0.13.0"