Skip to content

Commit 0559350

Browse files
committed
fix cargo metadata
1 parent 9370fd8 commit 0559350

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "json-schema-diff"
33
version = "0.1.0"
44
edition = "2021"
55
license = "Apache 2.0"
6+
description = "Diff changes between JSON schema files."
67

78
[lib]
89
name = "json_schema_diff"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# json-schema-diff
22

3-
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:
3+
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:
44

55
* `required`
66
* `patternProperties` (entirely ignored)

0 commit comments

Comments
 (0)