add types in preparation for non-blocking stdin

This commit is contained in:
Qyriad 2026-03-11 14:26:59 +01:00
parent a9068f86f3
commit a72a48f92b
4 changed files with 111 additions and 1 deletions

1
Cargo.lock generated
View file

@ -160,6 +160,7 @@ dependencies = [
"libc",
"regex",
"regex-lite",
"rustix",
"serde",
"serde_json",
"tap",