feat: okd installation #114

Merged
letian merged 6 commits from faet/okdinstallation into master 2025-09-08 19:30:37 +00:00
Showing only changes of commit 55bfe306ad - Show all commits

12
Cargo.lock generated
View File

@ -2313,7 +2313,6 @@ dependencies = [
"temp-dir",
"temp-file",
"tempfile",
"thiserror 2.0.14",
"tokio",
"tokio-util",
"url",
@ -3104,6 +3103,17 @@ dependencies = [
"libc",
]
[[package]]
name = "io-uring"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
dependencies = [
"bitflags 2.9.1",
"cfg-if",
"libc",
]
[[package]]
name = "ipnet"
version = "2.11.0"