We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d77c4c commit 27a3bb2Copy full SHA for 27a3bb2
Cargo.toml
@@ -1,7 +1,11 @@
1
[package]
2
name = "json-patch-ext"
3
+authors = ["Applied Computing Research Labs"]
4
version = "0.1.0"
5
edition = "2021"
6
+description = "Unofficial extensions and helpers for json_patch"
7
+license-file = "LICENSE"
8
+readme = "README.md"
9
10
[dependencies]
11
json-patch = "3"
0 commit comments