This commit is contained in:
2025-09-17 13:06:18 -04:00
parent fcd377211a
commit bb8b7cc3fd
10 changed files with 201 additions and 101 deletions

View File

@@ -6,7 +6,7 @@ description = "Detect and Act on unauthorized access of any kind from any source
authors = ["jkoontsiii@gmail.com"]
license = "MIT"
repository = "https://github.com/helloimalemur/watchman"
keywords = ["file-integrity", "filesystem-integirty", "change-detection", "watchman"]
keywords = ["file-integrity", "filesystem-integrity", "change-detection", "watchman"]
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -28,4 +28,6 @@ serde = { version = "1.0.219", features = ["derive"] }
tokio = { version = "1.44.1", features = ["rt", "rt-multi-thread", "macros"] }
walkdir = "2.5.0"
whoami = "1.5.2"
lazy_static = "1.5.0"
lazy_static = "1.5.0"
log = "0.4"
env_logger = "0.11"