Enforce ordering of [package] fields in cargo.toml files

This commit is contained in:
mfahampshire
2026-04-17 07:49:50 +01:00
parent 395c134186
commit 924d7d1ccc
168 changed files with 335 additions and 338 deletions
+2 -2
View File
@@ -2,11 +2,11 @@
name = "nym-signers-monitor"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = false