Merge pull request 'feat: add dry-run functionality and similar dependency' (#62) from feat/dryRun into master
All checks were successful
Run Check Script / check (push) Successful in 1m42s
Compile and package harmony_composer / package_harmony_composer (push) Successful in 9m8s

Reviewed-on: #62
Reviewed-by: wjro <wrolleman@nationtech.io>
This commit is contained in:
2025-06-26 15:14:25 +00:00
6 changed files with 126 additions and 32 deletions

7
Cargo.lock generated
View File

@@ -1577,6 +1577,7 @@ dependencies = [
"serde-value",
"serde_json",
"serde_yaml",
"similar",
"temp-dir",
"temp-file",
"tokio",
@@ -4091,6 +4092,12 @@ dependencies = [
"rand_core 0.6.4",
]
[[package]]
name = "similar"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
[[package]]
name = "simple_asn1"
version = "0.6.3"