projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d9ca33
)
rust: Fix author in Cargo.toml in paper-sizes crate.
author
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 6 Oct 2025 01:10:13 +0000
(18:10 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 6 Oct 2025 16:10:35 +0000
(09:10 -0700)
rust/paper-sizes/Cargo.toml
patch
|
blob
|
history
diff --git
a/rust/paper-sizes/Cargo.toml
b/rust/paper-sizes/Cargo.toml
index fad5d5262b59b4c8ae6fa69fbafb47a0cd15f040..88c8d94f69dfe76d6cce82d9218e5b11f23a953a 100644
(file)
--- a/
rust/paper-sizes/Cargo.toml
+++ b/
rust/paper-sizes/Cargo.toml
@@
-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"
+author
s = [ "Ben Pfaff" ]
description = "Detects paper sizes and defaults"
[dependencies]