staart 0.1.7

A Rust implementation of a tail-like library and binary crate
Documentation
[dependencies]

[package]
authors = ["Anthony Martinez <anthony@ajmartinez.com>"]
categories = ["command-line-utilities"]
description = "A Rust implementation of a tail-like library and binary crate"
edition = "2018"
homepage = "https://git.staart.one/ajmartinez/staart"
keywords = ["tail"]
license = "MIT OR Apache-2.0"
name = "staart"
readme = "README.md"
repository = "https://git.staart.one/ajmartinez/staart.git"
version = "0.1.7"
[profile.release]
lto = true
panic = "abort"