Skip to content

Commit

Permalink
fillin Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ynqa committed Mar 4, 2024
1 parent d42091e commit d5335d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions j9-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[package]
name = "j9-sys"
version = "0.1.0"
authors = ["ynqa <un.pensiero.vano@gmail.com>"]
edition = "2021"
description = "Rust bindings for jq"
repository = "https://github.com/ynqa/j9"
license = "MIT"
readme = "README.md"

[dependencies]

Expand Down
6 changes: 5 additions & 1 deletion j9/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[package]
name = "j9"
version = "0.1.0"
authors = ["ynqa <un.pensiero.vano@gmail.com>"]
edition = "2021"

description = "Rust interface for jq-based JSON processing"
repository = "https://github.com/ynqa/j9"
license = "MIT"
readme = "README.md"
[lib]
name = "j9"
path = "src/lib.rs"
Expand Down

0 comments on commit d5335d5

Please sign in to comment.