From 093e58de2ffc8243e6ff929f50a2aaa6ef60848b Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Thu, 1 Apr 2021 17:44:50 -0600 Subject: slightly fancier errors --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6cbf820..4c5ffbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,10 @@ keywords = ["build", "make"] categories = ["development-tools"] [dependencies] -anyhow = "1.0.40" dirs = "3.0.1" +eyre = "0.6.5" glob = "0.3.0" +jane-eyre = "0.3.0" lazy_static = "1.4.0" nom = "6.1.2" regex = "1.4.5" -- cgit v1.2.3