Add authors to Cargo.toml

This commit is contained in:
David Tolnay
2022-07-31 19:25:46 -07:00
parent 7990336ece
commit 0f398b6d13
+1
View File
@@ -1,6 +1,7 @@
[package]
name = "itoa-fuzz"
version = "0.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
publish = false