Make sure that imports are always in the same order between runs. This

makes the output more stable for putting it into a versioning system
like git
This commit is contained in:
Fabian Stamm
2025-07-26 13:12:34 +02:00
parent 6cb51c4120
commit 369ccbe84e
6 changed files with 66 additions and 26 deletions

2
Cargo.lock generated
View File

@ -561,7 +561,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "jrpc-cli"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"clap",