[[bin]]
name = "dirby"
path = "src/main.rs"
[dependencies]
[lib]
name = "dirby"
path = "src/lib.rs"
[package]
authors = ["GhostUponAvon"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "The Dirby command line tool for speedily creating large amounts of directories"
documentation = "https://docs.rs/dirby/latest/dirby/"
edition = "2021"
keywords = ["dirby", "CLI", "cli", "directory", "fs"]
license = "AGPL-3.0"
name = "dirby"
readme = "README.md"
repository = "https://github.com/GhostUponAvon/dirby"
version = "0.1.1"
[profile.opt-size]
codegen-units = 1
debug = 0
inherits = "release"
lto = true
opt-level = "z"
panic = "abort"
strip = true