Skip to content

Commit

Permalink
cargo: add description, license etc
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-tekuri committed May 30, 2024
1 parent af8f950 commit 8db0bf8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name = "boon-cli"
version = "0.6.0"
edition = "2021"
description = "cli for JSONSchema (draft 2020-12, draft 2019-09, draft-7, draft-6, draft-4) Validation"
repository = "https://github.com/santhosh-tekuri/boon/cli"
authors = ["santhosh kumar tekuri <[email protected]>"]
keywords = ["jsonschema", "validation"]
categories = ["web-programming"]
license = "MIT OR Apache-2.0"

[dependencies]
boon = { version = "0.6", path = ".."}
Expand Down

0 comments on commit 8db0bf8

Please sign in to comment.