[[bin]]
name = "shifter"
path = "src/main.rs"
[dependencies.rand]
version = "0.9.2"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing"]
description = "A CLI tool to rotate lines from stdin by n positions"
documentation = "https://docs.rs/shifter"
edition = "2021"
homepage = "https://github.com/henrikzenkert/shifter"
keywords = ["cli", "text", "lines", "rotate", "unix-tool"]
license = "MIT"
name = "shifter"
readme = "README.md"
repository = "https://github.com/henrikzenkert/shifter"
version = "0.1.4"