[package]
edition = "2024"
name = "yview"
version = "0.1.34"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The view command of the Younix application"
readme = "README.md"
keywords = [
"unix",
"cat",
"view",
"grep",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/ibilalkayy/younix"
[lib]
name = "yview"
path = "src/lib.rs"
[[test]]
name = "view_test"
path = "tests/view_test.rs"
[dependencies.tempfile]
version = "3.20.0"