jsonkeycompare 0.1.1

A very simple program that compares two or more JSON files and reports any keys that are present in the first file but not in any of the other files.
[[bin]]
name = "jsonkeycompare"
path = "src/main.rs"

[dependencies.colored]
version = "2.1.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A very simple program that compares two or more JSON files and reports any keys that are present in the first file but not in any of the other files."
edition = "2021"
license-file = "LICENSE"
name = "jsonkeycompare"
readme = "README.md"
version = "0.1.1"