Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitghi committed Mar 19, 2023
1 parent 78874a4 commit e77ee54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
name = "jetro"
version = "0.1.0"
edition = "2021"
authors = ["Milad (Mike) Taghavi <mitghi@gmail.com>"]
authors = ["Milad (Mike) Taghavi <mitghi.at.gmail.com>"]
license = "MIT"
readme = "README.md"
exclude = [".gitignore"]
repository = "https://github.com/mitghi/jetro"
documentation = "https://github.com/mitghi/jetro"
homepage = "https://github.com/mitghi/jetro"
description = "Jetro is tool to transform, query and compare JSON format"
keywords = ["jetro", "json-transformation", "json-search", "json-query", "json-path", "jmespath", "serde"]
keywords = ["json-search", "json-query", "json-path", "jmespath", "serde"]
categories = ["algorithms", "encoding", "parser"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit e77ee54

Please sign in to comment.