cargo toml
cargo devel CI / cargo CI (push) Successful in 23s Details

This commit is contained in:
Christoph J. Scherr 2024-02-21 13:10:28 +01:00
parent 2413084ad4
commit f0765004b7
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 6 additions and 6 deletions

View File

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