2024-02-21 12:21:57 +01:00
|
|
|
[package]
|
2024-02-21 14:09:46 +01:00
|
|
|
name = "seep"
|
2024-02-21 23:05:33 +01:00
|
|
|
version = "0.1.1"
|
2024-02-21 12:21:57 +01:00
|
|
|
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 22:50:52 +01:00
|
|
|
description = "print the stdin and redirect to stdout and files"
|
2024-02-21 12:21:57 +01:00
|
|
|
readme = "README.md"
|
2024-02-21 14:09:46 +01:00
|
|
|
homepage = "https://git.cscherr.de/PlexSheep/seep"
|
|
|
|
repository = "https://git.cscherr.de/PlexSheep/seep"
|
2024-02-21 13:10:28 +01:00
|
|
|
keywords = ["cli"]
|
2024-02-21 12:21:57 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2024-02-21 22:50:52 +01:00
|
|
|
clap = { version = "4.5.1", features = ["derive"] }
|