dic-structure-creater 0.1.0

A CLI tool that reads tree-structured text files and generates folders and files accordingly.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "dic-structure-creater"
version = "0.1.0"
edition = "2024"
description = "A CLI tool that reads tree-structured text files and generates folders and files accordingly."
license = "MIT"
repository = "https://github.com/natsuki221/DicStructureCreater"
homepage = "https://github.com/natsuki221/DicStructureCreater"
documentation = "https://docs.rs/dic-structure-creater"
readme = "README.md"
keywords = ["cli", "filesystem", "tree", "tool", "generator"]
categories = ["command-line-utilities"]
authors = ["Tzu Jeng <linnatsuki221@gmail.com>"]

[dependencies]
clap = { version = "4", features = ["derive"] }