add path_info tests

This commit is contained in:
cy 2025-04-28 13:30:49 -04:00
parent 7285c29e88
commit 878e096494
4 changed files with 70 additions and 2 deletions

View file

@ -5,7 +5,7 @@ use clap::{Args, Parser, Subcommand};
mod bindings;
mod cli;
mod make_nar;
mod path_info;
pub mod path_info;
pub mod push;
pub mod store;
mod uploader;