[package] name = "what-the-path" description = "A rust library for easily adding paths to $PATH on UNIX" version = "0.1.2" authors = ["Mordechai Hadad"] license = "MIT" repository = "https://github.com/MordechaiHadad/what-the-path" readme = "README.md" keywords = ["shell", "unix"] categories = ["command-line-utilities"] edition = "2021" [dependencies] thiserror = "1.0.65"