Add a calloop futures executor

This commit is contained in:
Ivan Molodetskikh
2024-01-17 10:23:48 +04:00
parent 6703d5ce72
commit f068157f55
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ arrayvec = "0.7.4"
async-channel = { version = "2.1.1", optional = true }
async-io = { version = "1.13.0", optional = true }
bitflags = "2.4.1"
calloop = { version = "0.12.3", features = ["executor", "futures-io"] }
clap = { version = "4.4.13", features = ["derive"] }
directories = "5.0.1"
git-version = "0.3.9"