rust: Fix author in Cargo.toml in paper-sizes crate.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 6 Oct 2025 01:10:13 +0000 (18:10 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 6 Oct 2025 16:10:35 +0000 (09:10 -0700)
rust/paper-sizes/Cargo.toml

index fad5d5262b59b4c8ae6fa69fbafb47a0cd15f040..88c8d94f69dfe76d6cce82d9218e5b11f23a953a 100644 (file)
@@ -3,7 +3,7 @@ name = "paper-sizes"
 version = "0.1.0"
 edition = "2024"
 license = "MIT OR Apache-2.0 OR LGPL-2.1-or-later"
-author = "Ben Pfaff"
+authors = [ "Ben Pfaff" ]
 description = "Detects paper sizes and defaults"
 
 [dependencies]