rustfetch 0.1.0

A simple fetch written in Rust.
[package]
name = "rustfetch"
version = "0.1.0"
authors = ["Tom van Dijk <18gatenmaker6@gmail.com>"]
edition = "2018"
license-file = "UNLICENSE"
description = "A simple fetch written in Rust."
homepage = "https://github.com/18gatenmaker"
repository = "https://github.com/18gatenmaker/rustfetch"
documentation = "https://docs.rs/rustfetch"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ansi_term = "0.12.1"
os_info = { version = "3.0", default-features = false}
sys-info = "0.8"