[package] name = "envshim" version = "0.2.0" edition = "2021" description = "Symlink shim to load executables with user-defined environment variables" license = "GPL-3.0-or-later" authors = ["Gokul Das B "] readme = "README.md" repository = "https://git.sr.ht/~gokuldas/envshim" categories = ["config"] [dependencies] regex = "1.9.4" shellexpand = "3.1.0" thiserror = "1.0.47" which = "4.4.0"