First messy io_uring impl

This commit is contained in:
Jonas Zeunert
2025-01-07 21:41:03 +01:00
parent b92231a88b
commit e4fe5472aa
5 changed files with 50 additions and 20 deletions

View File

@@ -8,4 +8,5 @@ address = "0.11.0"
clap = { version = "4.5.23", features = ["derive"] }
image = "0.25.5"
io-uring = "0.7.3"
libc = "0.2.169"
tokio = "1.42.0"