[package] name = "npx-bin-helper" authors = ["Yumeoto Zorin "] description = "Generate commands that add node_modules/.bin to PATH" homepage = "https://github.com/Zolyn/npx-bin-helper" repository = "https://github.com/Zolyn/npx-bin-helper" license = "MIT" keywords = ["cli", "npx"] categories = ["command-line-utilities"] version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.66" env_logger = "0.9.1" log = "0.4.17" xflags = "0.3.1" [profile.release] strip = true [dev-dependencies] env_logger = "0.9.1" rstest = "0.15.0" serial_test = "0.9.0" tempfile = "3.3.0"