1 2 3 4 5 6 7 8 9 10 11
[package] name = "sh-exec" version = "0.1.3" edition = "2024" license = "Unlicense" author = "Christof Fetzer" description = "Set of functions and macros to write more concise rust scripts." [dependencies] shells = "0.2.0" colored = "3.0.0"