nrt 0.1.0

nrt is a Rust-based command-line tool that replicates and extends the functionality of the Unix cat command.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.arboard]
version = "2.0"

[dependencies.chrono]
version = "0.4"

[dependencies.colored]
version = "2.0.0"

[package]
authors = ["Aditya K"]
description = "nrt is a Rust-based command-line tool that replicates and extends the functionality of the Unix cat command."
edition = "2021"
license = "GPL-3.0"
name = "nrt"
readme = "README.md"
repository = "https://github.com/adityakaklij/nrt"
version = "0.1.0"