From 569fffa9622ae495834b69f6c2a035c53784df5c Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:40:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BC=95=E5=85=A5notify=E5=BA=93?= =?UTF-8?q?=E4=BB=A5=E6=94=AF=E6=8C=81KPM=E7=9B=AE=E5=BD=95=E7=9A=84?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=9B=91=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- userspace/ksud/src/kpm.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/userspace/ksud/src/kpm.rs b/userspace/ksud/src/kpm.rs index f591c863..f8de85cf 100644 --- a/userspace/ksud/src/kpm.rs +++ b/userspace/ksud/src/kpm.rs @@ -1,4 +1,5 @@ use anyhow::Result; +use notify::{Watcher, RecommendedWatcher, RecursiveMode, EventKind}; use std::path::Path; pub const KPM_DIR: &str = "/data/adb/kpm";