ycat 0.1.32

The cat command of the Younix application
Documentation
[dependencies.tempfile]
version = "3.20.0"

[lib]
name = "ycat"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "The cat command of the Younix application"
edition = "2024"
license = "Apache-2.0"
name = "ycat"
readme = "README.md"
repository = "https://github.com/ibilalkayy/younix/tree/main/crates/cat"
version = "0.1.32"

[[test]]
name = "cat_test"
path = "tests/cat_test.rs"