updating templates to use error_stack and thiserror

This commit is contained in:
Dylan Thies
2024-01-04 20:57:08 -05:00
parent 3b1c2379f9
commit 8c52af6819
5 changed files with 42 additions and 38 deletions

View File

@@ -25,6 +25,7 @@ num-traits = "0.2.17"
rustworkx-core = "0.13.2"
pathfinding = "4.8.0"
test-log = {version="0.2.14", features=["default", "unstable"]}
thiserror = "1.0.56"
[profile.dhat]