seep/Cargo.toml

17 lines
374 B
TOML
Raw Normal View History

2024-02-21 12:21:57 +01:00
[package]
2024-02-21 13:10:28 +01:00
name = "see"
2024-02-21 12:21:57 +01:00
version = "0.1.0"
edition = "2021"
2024-02-21 13:10:28 +01:00
publish = true
2024-02-21 12:21:57 +01:00
authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "MIT"
2024-02-21 13:10:28 +01:00
description = "print stdin to terminal, then to stdout (for piping)"
2024-02-21 12:21:57 +01:00
readme = "README.md"
2024-02-21 13:10:28 +01:00
homepage = "https://git.cscherr.de/PlexSheep/see"
repository = "https://git.cscherr.de/PlexSheep/see"
keywords = ["cli"]
2024-02-21 12:21:57 +01:00
[dependencies]