[package] name = "json-compare" version = "0.0.1" authors = ["Marvin Davieds ","Vince "] edition = "2018" license = "MIT" homepage = "https://github.com/c0d3x42/json-compare-rs" repository = "https://github.com/c0d3x42/json-compare-rs" description = "JSON comparison" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde_json = "1.0"