From b4249528efad8ff9f9271bd11d74b07c2e0a1dac Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 31 Jul 2022 19:25:46 -0700 Subject: [PATCH] Add authors to Cargo.toml --- tests/macros/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/macros/Cargo.toml b/tests/macros/Cargo.toml index ba2ce2d..9ed3224 100644 --- a/tests/macros/Cargo.toml +++ b/tests/macros/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "paste-test-suite" version = "0.0.0" +authors = ["David Tolnay "] edition = "2018" publish = false