1
0
Fork 0

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
This commit is contained in:
Pcornat 2023-09-20 19:46:57 +02:00
parent 62bba80378
commit b2d66319e3
Signed by: Pcornat
GPG Key ID: 2F3932FF46D9ECA0
1 changed files with 3 additions and 1 deletions

View File

@ -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"