Skip to content

Commit d5335d5

Browse files
committed
fillin Cargo.toml
1 parent d42091e commit d5335d5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

j9-sys/Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[package]
22
name = "j9-sys"
33
version = "0.1.0"
4+
authors = ["ynqa <[email protected]>"]
45
edition = "2021"
6+
description = "Rust bindings for jq"
7+
repository = "https://github.com/ynqa/j9"
8+
license = "MIT"
9+
readme = "README.md"
510

611
[dependencies]
712

j9/Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
[package]
22
name = "j9"
33
version = "0.1.0"
4+
authors = ["ynqa <[email protected]>"]
45
edition = "2021"
5-
6+
description = "Rust interface for jq-based JSON processing"
7+
repository = "https://github.com/ynqa/j9"
8+
license = "MIT"
9+
readme = "README.md"
610
[lib]
711
name = "j9"
812
path = "src/lib.rs"

0 commit comments

Comments
 (0)