logwatcher/Cargo.toml
noyez 6f8f9bd75d
Change closure from Fn to FnMut. (#5)
* Using FnMut, so works
* Using FnMut for watch() and reopen_if_log_rotated()
* adding fn to force reopen
* adding actions to closure

Co-authored-by: noyez <brad@bkn.local>
Co-authored-by: noyez <brad@bkn.localdomain>
Co-authored-by: Bradley Noyes <b@noyes.dev>
2020-08-21 12:12:11 +05:30

21 lines
495 B
TOML

[package]
name = "logwatcher"
version = "0.1.1"
authors = ["Aravinda VK <mail@aravindavk.in>"]
description = "A lib to watch log files for new Changes, just like tail -f"
documentation = "https://github.com/aravindavk/logwatcher"
homepage = "https://github.com/aravindavk/logwatcher"
repository = "https://github.com/aravindavk/logwatcher"
readme = "README.md"
keywords = ["log", "watcher", "tail"]
license = "MIT/Apache-2.0"
[lib]
name = "logwatcher"
crate-type = ["rlib"]
[dependencies]