feat: fix the command handler to reveal more data about the interaction

This commit is contained in:
2026-03-27 01:35:29 -04:00
parent d9e0801ec9
commit 3439bf9699
8 changed files with 70 additions and 55 deletions

26
Cargo.lock generated
View File

@@ -461,16 +461,6 @@ dependencies = [
"wyz",
]
[[package]]
name = "blart"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "220e5685b0a23b634e9215a69cfa9800e103ccd2f0134bd1a81cc9c584059701"
dependencies = [
"bytemuck",
"paste",
]
[[package]]
name = "block-buffer"
version = "0.10.4"
@@ -1453,11 +1443,11 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
name = "fomo-reducer"
version = "0.1.0"
dependencies = [
"blart",
"clap",
"dashmap 6.1.0",
"futures",
"opendal",
"patricia_tree 0.10.1",
"rhai",
"rustls 0.23.35",
"secrecy 0.10.3",
@@ -3599,12 +3589,6 @@ dependencies = [
"windows-link",
]
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
[[package]]
name = "patricia_tree"
version = "0.8.0"
@@ -3614,6 +3598,12 @@ dependencies = [
"bitflags 2.10.0",
]
[[package]]
name = "patricia_tree"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4df0e43512f12f23a6b08c7b893192b7d6ec937b95ee03af040847907fe5cef7"
[[package]]
name = "pbkdf2"
version = "0.12.2"
@@ -5466,7 +5456,7 @@ dependencies = [
"futures-core",
"futures-util",
"hls_m3u8",
"patricia_tree",
"patricia_tree 0.8.0",
"reqwest",
"tokio",
"tracing",