From b2d66319e377f302b8f4f0564f7fa5144557eeff Mon Sep 17 00:00:00 2001 From: Pcornat Date: Wed, 20 Sep 2023 19:46:57 +0200 Subject: [PATCH] Adding id_tree and color_eyre. id_tree is used for arbitrary trees of any number of child per node. color_eyre is for better error output handling --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 888dc55..bfa6921 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,7 @@ rpath = true [dependencies] nom = "7.1.1" -itertools = "0.10.5" +itertools = "0.11.0" camino = "1.1.6" +id_tree = "1.8.0" +color-eyre = "0.6.2"