Skip to content

Commit

Permalink
Merge pull request #13 from stefafafan/cargo-publish
Browse files Browse the repository at this point in the history
add metadata to Cargo.toml
  • Loading branch information
stefafafan authored Nov 23, 2024
2 parents a50ddd9 + 568c8d4 commit 576e63a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
[package]
name = "seki"
version = "0.1.0"
authors = ["stefafafan <[email protected]>"]
license = "MIT"
description = "A CLI tool to help parse and aggregate access log data for further analysis."
readme = "README.md"
homepage = "https://github.com/stefafafan/seki"
repository = "https://github.com/stefafafan/seki"
keywords = ["cli", "log", "parser", "aggregator", "access log"]
categories = ["command-line-utilities"]
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 576e63a

Please sign in to comment.