[package] name = "wttu" version = "0.1.6" edition = "2021" authors = ["punctuationmarks "] license = "MIT OR Apache-2.0" description = "What Tool to Use? This is a tool to help guide you when you know what you want to do, but not sure what to tool to use." readme = "README.md" homepage = "https://github.com/punctuationmarks/wttu" repository = "https://github.com/punctuationmarks/wttu" keywords = ["cli", "meta"] categories = ["command-line-utilities"] include = ["/src/json_platform_data/**", "/src/**"] [dependencies] anyhow = "1.0" clap = { version = "4.0", features = ["derive"] } serde_json = "1.0.87" [dev-dependencies] assert_cmd = "2.0" predicates = "2.1" assert_fs = "1.0"