[dependencies.is_executable]
version = "0.1.0"
[dependencies.serde]
version = "1"
[dependencies.serde_derive]
version = "1"
[dependencies.toml]
version = "0.4"
[dependencies.walkdir]
version = "2"
[package]
authors = ["Toshihiro Suzuki <t.suzuki326@gmail.com>"]
categories = ["command-line-utilities"]
description = "Better scripting life with cmdshelf"
exclude = ["docs/getting-started.md", "scripts/*", "fixtures/*"]
homepage = "https://github.com/toshi0383/cmdshelf"
keywords = ["script", "management", "command", "filesystem", "tool"]
license = "MIT/Apache-2.0"
name = "cmdshelf"
readme = "README.md"
repository = "https://github.com/toshi0383/cmdshelf"
version = "2.0.2"
[profile.release]
opt-level = 3