Remove petgraph

This commit is contained in:
Joscha 2024-12-30 16:00:09 +01:00
parent 34df6c9f14
commit 778cb6748d
6 changed files with 0 additions and 166 deletions

View file

@ -3,6 +3,5 @@ pub mod list_links;
pub mod list_pages;
pub mod longest_shortest_path;
pub mod path;
pub mod path_petgraph;
pub mod philosophy_game;
pub mod reexport;