diff --git a/Cargo.toml b/Cargo.toml index ed9d439..4079e8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "colored_json" -version = "4.1.0" +version = "5.0.0" edition = "2021" authors = ["Jens Reimann ", "Harald Hoyer "] description = "Colorize JSON, for printing it out on the command line" @@ -10,7 +10,7 @@ homepage = "https://github.com/ctron/colored_json" repository = "https://github.com/ctron/colored_json" documentation = "https://docs.rs/colored_json" readme = "README.md" -exclude = [ "Screenshot.png" ] +exclude = ["Screenshot.png"] keywords = ["json", "colored", "coloured", "color", "colour"] categories = ["command-line-interface", "encoding", "visualization"]