add types in preparation for non-blocking stdin
This commit is contained in:
parent
a9068f86f3
commit
a72a48f92b
4 changed files with 111 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ itertools = "0.14.0"
|
|||
libc = { version = "0.2.180", features = ["extra_traits"] }
|
||||
regex = { version = "1.12.3", optional = true }
|
||||
regex-lite = { version = "0.1.9", optional = true }
|
||||
rustix = { version = "1.1.4", features = ["event", "fs"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
tap = "1.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue