feat: Added ftfp server implementation
Audit / cargo audit (push) Failing after 5m5s

This commit is contained in:
2026-07-02 04:53:32 +02:00
parent f51746c5df
commit 1d5a4c61be
7 changed files with 656 additions and 5 deletions
+1
View File
@@ -8,6 +8,7 @@ pub mod node;
pub mod patch;
pub mod schematic;
pub mod secret;
pub mod tftp;
pub(crate) static REPO_PATH: OnceLock<PathBuf> = OnceLock::new();