From a266064244fb7ebf6022b133370820c68221dc35 Mon Sep 17 00:00:00 2001 From: Anubhav Gain Date: Sun, 14 Jan 2024 08:15:58 +0530 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 536ba30..a5b6b92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] bcc = "0.0.34" #std = { version = "0.2", features = ["slice::from_raw_parts"]} -chrono = "0.4" +# chrono = "0.4" tokio = { version = "1", features = ["full"] } -inotify = "0.10.0" -notify = "4" \ No newline at end of file +# inotify = "0.10.0" +notify = "4"