seep/Cargo.toml

15 lines
375 B
TOML

[package]
name = "seep"
version = "0.1.0"
edition = "2021"
publish = true
authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "MIT"
description = "print stdin to terminal, then to stdout (for piping)"
readme = "README.md"
homepage = "https://git.cscherr.de/PlexSheep/seep"
repository = "https://git.cscherr.de/PlexSheep/seep"
keywords = ["cli"]
[dependencies]