eradicate 0.1.6

A cli utility to remove hosts from your known_hosts file
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "eradicate"
version = "0.1.6"
authors = ["Max Erdelmeier <max.erdelmeier@graukolos.tech>"]
edition = "2021"
description = "A cli utility to remove hosts from your known_hosts file"
readme = "README.md"
repository = "https://github.com/graukolos/eradicate"
license = "GPL-3.0"
keywords = ["cli", "ssh"]
categories = ["command-line-utilities"]

[dependencies]
clap = { version = "4.5.40", features = ["derive"] }
colorful = "0.3.2"

[profile.release]
lto = true