17 lines
374 B
TOML
17 lines
374 B
TOML
[package]
|
|
name = "see"
|
|
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/see"
|
|
repository = "https://git.cscherr.de/PlexSheep/see"
|
|
keywords = ["cli"]
|
|
|
|
|
|
[dependencies]
|
|
|