Add authors to Cargo.toml

This commit is contained in:
David Tolnay 2022-07-31 19:25:46 -07:00
parent 44ed979a8d
commit f0139eb2f8
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[package]
name = "itoa-fuzz"
version = "0.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
publish = false