how-install 1.0.0

A CLI for helping find how to install a given command.
[dependencies.atty]
version = "0.2.14"

[dependencies.clap]
features = ["derive"]
version = "3.1.18"

[dependencies.dialoguer]
version = "0.10.1"

[dependencies.displaydoc]
version = "0.2.3"

[dependencies.how-install-tealdeer]
version = "1.5.0"

[dependencies.nix]
default-features = false
features = ["user"]
version = "0.24.1"

[dependencies.owo-colors]
version = "3.4.0"

[dependencies.reqwest]
features = ["rustls-tls"]
version = "0.11.10"

[dependencies.scraper]
version = "0.13.0"

[dependencies.sys-info]
version = "0.9.1"

[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.19.2"

[package]
description = "A CLI for helping find how to install a given command."
edition = "2021"
license = "MIT"
name = "how-install"
readme = "README.md"
repository = "https://github.com/jam1garner/how-install"
resolver = "2"
version = "1.0.0"