Add longest-path command

This commit is contained in:
Joscha 2024-12-31 19:54:43 +01:00
parent 3045d6d6c6
commit b2a8597c6f
5 changed files with 75 additions and 198 deletions

View file

@ -1,5 +1,6 @@
pub mod export;
pub mod ingest;
pub mod longest_path;
pub mod path;
pub mod show;
pub mod stats;