[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" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] #may include further options for a smaller binary in future [profile.opt-size] debug = false inherits = "release" opt-level = 'z' lto = true codegen-units = 1 panic = 'abort' strip = true