From edc83330cc7b8337cf6658c2104e400cd77e48ec Mon Sep 17 00:00:00 2001 From: Elliot Hatch Date: Sun, 28 Sep 2025 13:43:28 -0600 Subject: [PATCH] Add package and license information --- Cargo.toml | 7 +++++++ README.md | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 README.md diff --git a/Cargo.toml b/Cargo.toml index 19166b6..623bb42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,14 @@ [package] name = "sift" version = "0.1.0" +authors = ["Elliot Hatch"] edition = "2024" +description = "Search and and filter structured log streams in the terminal" +readme = "README.md" +repository = "https://git.fresh4less.org/ellioth/sift" +license = "GPL-2.0-or-later" +keywords = [] +categories = ["command-line-utilities", "development-tools", "development-tools::debugging"] [dependencies] atty = "0.2.14" diff --git a/README.md b/README.md new file mode 100644 index 0000000..c034aa4 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# sift +Search and and filter structured log streams in the terminal