rust_mkdir 0.1.0

A tool to create directories
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.colorful]
version = "0.2.2"

[package]
authors = ["Truthixify truthixify@gmail.com"]
categories = ["command-line-utilities"]
description = "A tool to create directories"
edition = "2021"
homepage = "https://github.com/Truthixify/rust_mkdir"
keywords = ["cli", "directory", "linux"]
license = "MIT OR Apache-2.0"
name = "rust_mkdir"
readme = "README.md"
repository = "https://github.com/Truthixify/rust_mkdir"
version = "0.1.0"