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

13
Cargo.lock generated
View File

@@ -1401,6 +1401,18 @@ dependencies = [
"tempfile",
]
[[package]]
name = "nix"
version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
dependencies = [
"bitflags",
"cfg-if",
"cfg_aliases",
"libc",
]
[[package]]
name = "nom"
version = "7.1.3"
@@ -1973,6 +1985,7 @@ dependencies = [
"genai",
"human-panic",
"irc",
"nix",
"rstest",
"serde",
"serde_json",