Add package and license information
This commit is contained in:
@@ -1,7 +1,14 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sift"
|
name = "sift"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
authors = ["Elliot Hatch"]
|
||||||
edition = "2024"
|
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]
|
[dependencies]
|
||||||
atty = "0.2.14"
|
atty = "0.2.14"
|
||||||
|
|||||||
Reference in New Issue
Block a user