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
[dependencies]

[package]
authors = ["Stridsvagn69420"]
categories = ["command-line-interface", "config"]
description = "A lightweight Rust crate to help you build awesome tools"
documentation = "https://docs.rs/apputils"
edition = "2021"
exclude = ["/target/", "/.vscode/"]
homepage = "https://github.com/Stridsvagn69420/apputils"
keywords = ["color", "helper"]
license = "MIT"
name = "apputils"
readme = "README.md"
repository = "https://github.com/Stridsvagn69420/apputils.git"
version = "0.1.3"