run-examples: Provide more error context for debugging

Use `anyhow` for nice errors and provide error context on commands that we run.
This commit is contained in:
Nick Fitzgerald
2020-07-10 13:51:58 -07:00
parent 2040a654d6
commit ec331a088c
3 changed files with 30 additions and 25 deletions

View File

@@ -6,4 +6,5 @@ edition = "2018"
publish = false
[dependencies]
anyhow = "1.0.31"
cc = "1.0"