Skip to content

Commit

Permalink
fix cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Mar 28, 2023
1 parent 9370fd8 commit 0559350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "json-schema-diff"
version = "0.1.0"
edition = "2021"
license = "Apache 2.0"
description = "Diff changes between JSON schema files."

[lib]
name = "json_schema_diff"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# json-schema-diff

A work-in-progress tool to diff changes between code schemas. A lot of JSON schema features are not implemented and therefore ignored, such as:
A work-in-progress tool to diff changes between JSON schemas. A lot of JSON schema features are not implemented and therefore ignored, such as:

* `required`
* `patternProperties` (entirely ignored)
Expand Down

0 comments on commit 0559350

Please sign in to comment.