[package] name = "solved" version = "0.1.0" edition = "2018" authors = ["nick "] license = "MPL-2.0" repository = "https://github.com/ok-nick/solved" readme = "README.md" categories = ["command-line-utilities"] keywords = ["cli", "school", "edpuzzle"] description = """ Solved, a proficient time management solution. """ [dependencies] structopt = "0.3.21" html2text = "0.2.1" reqwest = { version = "0.11.2", features = ["json", "blocking"] } serde = { version = "1.0.124", features = ["derive"] } colored = "2.0.0" anyhow = "1.0.38" log = "0.4.14" env_logger = "0.8.3" thiserror = "1.0.24" cached = "0.23.0" lru = "0.6.5"