feat: multithreaded manifest generation

This commit is contained in:
DecDuck
2025-12-13 21:14:59 +11:00
parent bef9f8d25d
commit 62ff8be3c0
6 changed files with 242 additions and 62 deletions
+1
View File
@@ -1,4 +1,5 @@
#![deny(clippy::all)]
#![feature(impl_trait_in_bindings)]
pub mod file_utils;
pub mod ssl;