Skip to content

Commit

Permalink
chore: add keywords to crates metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardosm committed Apr 6, 2024
1 parent 9405b54 commit 98d2b84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions rsjsonnet-front/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "rsjsonnet-front"
description = "A Jsonnet front end (source loading and error printing) library"
keywords = ["jsonnet", "library"]
version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down
1 change: 1 addition & 0 deletions rsjsonnet-lang/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "rsjsonnet-lang"
description = "A Jsonnet evaluation library"
keywords = ["jsonnet", "library"]
version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down
1 change: 1 addition & 0 deletions rsjsonnet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "rsjsonnet"
description = "A command line Jsonnet implementation"
keywords = ["jsonnet", "cli"]
version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 98d2b84

Please sign in to comment.