Adding response FIFO.

This commit is contained in:
Micheal Smith
2025-11-12 05:56:07 -06:00
parent f880795b44
commit 27ad93d749
3 changed files with 38 additions and 3 deletions

View File

@@ -15,6 +15,10 @@ serde_json = "1.0"
tracing = "0.1"
tracing-subscriber = "0.3"
[dependencies.nix]
version = "0.30.1"
features = [ "fs" ]
[dependencies.clap]
version = "4.5"
features = [ "derive" ]