[dependencies]
[dev-dependencies.tempfile]
version = "3"
[package]
authors = ["Anthony Martinez <anthony@ajmartinez.com>"]
categories = ["command-line-utilities"]
description = "A Rust implementation of a tail-like library and binary crate"
edition = "2021"
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"
resolver = "2"
version = "0.3.0"
[profile.release]
lto = true
panic = "abort"