Skip to content

Commit e5bf132

Browse files
author
victor
committed
Extend package info for cargo
1 parent b6757cf commit e5bf132

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
[package]
22
name = "jfmt"
33
version = "0.1.0"
4+
authors = ["Víctor Berga <vbergae@users.noreply.github.com>"]
45
edition = "2021"
6+
license = "GPL v3"
7+
description = "JSON formatter written in Rust using Pest for the grammar"
8+
readme = "README.md"
9+
homepage = "https://github.com/vbergae/jfmt"
10+
repository = "https://github.com/vbergae/jfmt"
11+
keywords = ["cli", "json", "formatter"]
12+
categories = ["command-line-utilities"]
513

614
[dependencies]
715
clap = { version = "4.5.13", features = ["derive"] }

0 commit comments

Comments
 (0)