This commit is contained in:
2025-09-17 13:51:49 -04:00
parent 43c9b56674
commit 39f5378c6c
3 changed files with 121 additions and 13 deletions

View File

@@ -6,8 +6,13 @@ 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"
homepage = "https://github.com/helloimalemur/watchman"
documentation = "https://github.com/helloimalemur/watchman#readme"
rust-version = "1.70"
keywords = ["file-integrity", "filesystem-integrity", "change-detection", "watchman"]
categories = ["command-line-utilities", "filesystem", "network-programming"]
readme = "README.md"
exclude = ["target/**", "plan/**", "watchman.service", "run.sh", "install.sh"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]