Skip to content

Commit 21cb901

Browse files
authored
Update Cargo.toml
1 parent e5afce2 commit 21cb901

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
[package]
22
name = "jsonpath_rs"
33
version = "0.1.0"
4+
authors = ["Meir Shpilraien <[email protected]>"]
45
edition = "2021"
6+
description = "A JsonPath engine written in Rust"
7+
license = "BSD-3-Clause"
8+
repository = "https://github.com/RedisJSON/jsonpath_rs"
9+
readme = "README.md"
10+
keywords = ["json", "jsonpath", "query"]
11+
categories = ["database", "api-bindings", "parser-implementations"]
512

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

0 commit comments

Comments
 (0)