apputils 0.1.3

A lightweight Rust crate to help you build awesome tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "apputils"

version = "0.1.3"

edition = "2021"

description = "A lightweight Rust crate to help you build awesome tools"

repository = "https://github.com/Stridsvagn69420/apputils.git"

homepage = "https://github.com/Stridsvagn69420/apputils"

documentation = "https://docs.rs/apputils"

authors = ["Stridsvagn69420"]

categories = ["command-line-interface", "config"]

keywords = ["color", "helper"]

exclude = ["/target/", "/.vscode/"]

license = "MIT"

readme = "README.md"



[dependencies]