From c6bdd29b2582e2f4e43aafee8c30ffca1a426bc0 Mon Sep 17 00:00:00 2001 From: Aron Heinecke Date: Wed, 26 Jun 2024 14:45:29 +0200 Subject: [PATCH] test --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 63e3cefc..e3e1ea8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,7 @@ keywords = ["events", "filesystem", "notify", "watch"] categories = ["filesystem"] exclude = ["/clippy.toml", ".github/*"] + [dependencies] bitflags = "^1.0.4" libc = "^0.2.4"