* 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>
21 lines
495 B
TOML
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]
|