Skip to content

Commit d5bf4bc

Browse files
committed
Updated toml file
1 parent d74810f commit d5bf4bc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Cargo.toml

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
name = "journalview"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["Vijo Cherian <[email protected]>"]
6+
description = "A lightweight, terminal-based application written in Rust for efficiently viewing, filtering, and navigating system logs from `journalctl`."
7+
license = "MIT" # Ensure this matches your LICENSE file
8+
repository = "https://github.com/codervijo/journalview"
9+
homepage = "https://github.com/codervijo/journalview"
10+
documentation = "https://docs.rs/journalview"
11+
readme = "README"
12+
keywords = ["journal", "view", "rust"]
13+
categories = ["command-line-utilities"]
514

615
[dependencies]
716
chrono = "0.4.39"

0 commit comments

Comments
 (0)