This commit is contained in:
2025-09-17 13:52:34 -04:00
parent 39f5378c6c
commit 5e68c2e8dd

View File

@@ -5,9 +5,9 @@ edition = "2021"
description = "Detect and Act on unauthorized access of any kind from any source." description = "Detect and Act on unauthorized access of any kind from any source."
authors = ["jkoontsiii@gmail.com"] authors = ["jkoontsiii@gmail.com"]
license = "MIT" license = "MIT"
repository = "https://github.com/helloimalemur/watchman" repository = "https://code.koonts.net/helloimalemur/watchman"
homepage = "https://github.com/helloimalemur/watchman" homepage = "https://code.koonts.net/helloimalemur/watchman"
documentation = "https://github.com/helloimalemur/watchman#readme" documentation = "https://code.koonts.net/helloimalemur/watchman#readme"
rust-version = "1.70" rust-version = "1.70"
keywords = ["file-integrity", "filesystem-integrity", "change-detection", "watchman"] keywords = ["file-integrity", "filesystem-integrity", "change-detection", "watchman"]
categories = ["command-line-utilities", "filesystem", "network-programming"] categories = ["command-line-utilities", "filesystem", "network-programming"]