eradicate 0.1.5

A cli utility to remove hosts from your known_hosts file
[[bin]]
name = "eradicate"
path = "src/main.rs"

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

[dependencies.colorful]
version = "0.3.2"

[package]
authors = ["Max Erdelmeier <max.erdelmeier@graukolos.tech>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A cli utility to remove hosts from your known_hosts file"
edition = "2021"
keywords = ["cli", "ssh"]
license = "GPL-3.0"
name = "eradicate"
readme = "README.md"
repository = "https://github.com/graukolos/eradicate"
version = "0.1.5"

[profile.release]
lto = true