logwatcher/Cargo.toml
Aravinda VK d5d7288938 First working commit
Signed-off-by: Aravinda VK <mail@aravindavk.in>
2016-01-04 16:21:41 +05:30

21 lines
495 B
TOML

[package]
name = "logwatcher"
version = "0.1.0"
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]