[package] name = "lprefix" authors = ["Tim Satke"] version = "0.1.1" edition = "2018" license = "MIT" description = "A tool for prefixing lines in pipes" repository = "https://github.com/tsatke/lprefix" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] termion = "1.5.6" rand = "0.8.4"