From 35ee5c5f46a18b54619fbe531ca8674ac6321c4a Mon Sep 17 00:00:00 2001 From: Pcornat Date: Tue, 26 Sep 2023 22:39:07 +0200 Subject: [PATCH] Adding petgraph library for graphs. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index bfa6921..76f5ab8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,3 +16,4 @@ itertools = "0.11.0" camino = "1.1.6" id_tree = "1.8.0" color-eyre = "0.6.2" +petgraph = "0.6.4"