Rust: use shared path utilities

This commit is contained in:
Paolo Tranquilli
2024-09-17 12:27:57 +02:00
parent aae33db137
commit 89a8cbc536
5 changed files with 7 additions and 32 deletions

View File

@@ -11,7 +11,6 @@ use std::path::PathBuf;
mod archive;
mod config;
pub mod generated;
pub mod path;
mod translate;
pub mod trap;