.
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user