mtk 0.2.2

General purpose toolkit for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "mtk"
version = "0.2.2"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = [ "maDeveloper" ]
include = [
    "src/*",
    "Cargo.toml"
]
description = "General purpose toolkit for Rust"
readme = "README.md"
repository = "https://github.com/sahdjfg/mtk"

[dependencies]
colored = "2.0.0"