patrol 0.3.0

File change notifier
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "inotify"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "887fcc180136e77a85e6a6128579a719027b1bab9b1c38ea4444244fe262c20c"
dependencies = [
 "libc",
]

[[package]]
name = "libc"
version = "0.2.178"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"

[[package]]
name = "patrol"
version = "0.3.0"
dependencies = [
 "inotify",
]