We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42091e commit d5335d5Copy full SHA for d5335d5
j9-sys/Cargo.toml
@@ -1,7 +1,12 @@
1
[package]
2
name = "j9-sys"
3
version = "0.1.0"
4
+authors = ["ynqa <[email protected]>"]
5
edition = "2021"
6
+description = "Rust bindings for jq"
7
+repository = "https://github.com/ynqa/j9"
8
+license = "MIT"
9
+readme = "README.md"
10
11
[dependencies]
12
j9/Cargo.toml
@@ -1,8 +1,12 @@
name = "j9"
-
+description = "Rust interface for jq-based JSON processing"
[lib]
path = "src/lib.rs"
0 commit comments