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

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

[dependencies]
colorful = "0.2.2"