lncat 0.1.0

A `cat` like command line programm for me to practice Rust
Documentation
[[bin]]
name = "lncat"
path = "src/main.rs"

[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A `cat` like command line programm for me to practice Rust"
edition = "2021"
license = "MIT"
name = "lncat"
readme = false
repository = "https://github.com/libnist/lncat.git"
version = "0.1.0"