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