tree-create 0.1.0

A utility to create directory structures from a tree-like text input
Documentation
[[bin]]
name = "tree-create"
path = "src/main.rs"

[dependencies]

[dev-dependencies.tempfile]
version = "3.2"

[lib]
name = "tree_create"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A utility to create directory structures from a tree-like text input"
edition = "2021"
keywords = ["cli", "filesystem", "directory", "tree"]
license = "MIT"
name = "tree-create"
readme = "README.md"
repository = "https://github.com/codyw912/tree-create"
version = "0.1.0"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"