hostcat 0.3.0

UNIX Command Line tool to switch between Local Dns profiles
[dependencies.better-panic]
version = "0.2.0"

[dependencies.clap]
version = "3.0.0-beta.1"

[dependencies.users]
version = "0.10.0"

[package]
authors = ["Aniket Prajapati <prajapati.ani306@gmail.com>"]
build = "build.rs"
categories = ["command-line-utilities"]
description = "UNIX Command Line tool to switch between Local Dns profiles"
edition = "2018"
homepage = "https://github.com/aniketfuryrocks/HostCat"
keywords = ["hosts", "dns", "local_dns", "dns", "localhost"]
license = "GPL-3.0-or-later"
name = "hostcat"
readme = "README.md"
repository = "https://github.com/aniketfuryrocks/HostCat"
version = "0.3.0"
[profile.release]
opt-level = "s"
panic = "abort"