can json diff

This commit is contained in:
bel
2025-11-10 23:20:01 -07:00
parent 56d5f59daf
commit 4067bd75fe
3 changed files with 90 additions and 64 deletions

2
pttodoest/Cargo.toml Normal file → Executable file
View File

@@ -6,5 +6,7 @@ edition = "2024"
[dependencies]
clap = { version = "4.5.51", features = ["derive"] }
gethostname = "1.1.0"
json-patch = "4.1.0"
serde = { version = "1.0.228", features = ["serde_derive"] }
serde_json = "1.0.145"
serde_yaml = "0.9.34"