Skip to content

Commit 40c2cef

Browse files
committed
Add authors to Cargo.toml
1 parent efac913 commit 40c2cef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

benches/bench-libproc-macro/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "bench-libproc-macro"
33
version = "0.0.0"
4+
authors = ["David Tolnay <[email protected]>"]
45
edition = "2018"
56
publish = false
67

tests/ui/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "proc-macro2-ui-test"
33
version = "0.0.0"
4+
authors = ["David Tolnay <[email protected]>"]
45
edition = "2018"
56
publish = false
67

0 commit comments

Comments
 (0)