[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.termion]
version = "1.5.5"
[package]
authors = ["pierre <dommerc.pierre@gmail.com>"]
categories = ["command-line-utilities"]
description = "A small binary that displays the status of your pacman mirrorlist in your terminal"
edition = "2018"
keywords = ["archlinux", "pacman", "mirror", "mirrorlist"]
license = "MPL-2.0"
name = "milcheck"
readme = "README.md"
repository = "https://github.com/doums/milcheck"
version = "0.1.8"