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
+3 -3
View File
@@ -1,13 +1,13 @@
[package]
name = "nym-ip-packet-client"
description = "Nym's implementation of a client that sends and receives IP packets"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
edition.workspace = true
license.workspace = true
description = "Nym's implementation of a client that sends and receives IP packets"
[lints]
workspace = true