From f0765004b753d620b02adeca20fc3c0b63868c29 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Wed, 21 Feb 2024 13:10:28 +0100 Subject: [PATCH] cargo toml --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0543e1f..8bc7f62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,15 +1,15 @@ [package] -name = "template" +name = "see" version = "0.1.0" edition = "2021" -publish = false +publish = true authors = ["Christoph J. Scherr "] 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]