WIP
Some checks failed
Build and test / check (push) Failing after 1m6s
Build and test / build (push) Successful in 1m12s
Build and test / test (push) Failing after 1m17s
Build and test / docs (push) Failing after 2m44s

This commit is contained in:
2026-01-04 20:16:59 +09:00
parent b12752bd17
commit 977596b385
4 changed files with 127 additions and 13 deletions

19
Cargo.lock generated
View File

@@ -85,6 +85,12 @@ version = "3.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
[[package]]
name = "bytes"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
[[package]]
name = "cc"
version = "1.2.51"
@@ -556,6 +562,7 @@ name = "roowho2"
version = "0.1.0"
dependencies = [
"anyhow",
"bytes",
"chrono",
"clap",
"nix",
@@ -753,9 +760,21 @@ dependencies = [
"mio",
"pin-project-lite",
"socket2",
"tokio-macros",
"windows-sys 0.61.2",
]
[[package]]
name = "tokio-macros"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "type-map"
version = "0.5.1"