Add package and license information

This commit is contained in:
2025-09-28 13:43:28 -06:00
parent 40d1e710ba
commit edc83330cc
2 changed files with 9 additions and 0 deletions

View File

@@ -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"