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

View File

@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "jrpc-cli"
version = "0.1.0"
version = "0.1.1"
[workspace]
resolver = "2"