Point Cargo.toml metadata documentation link to docs.rs

This commit is contained in:
David Tolnay 2020-12-07 19:34:16 -08:00
parent cdcf6374b6
commit 65c797190c
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
description = "Fast functions for printing integer primitives to an io::Write" description = "Fast functions for printing integer primitives to an io::Write"
repository = "https://github.com/dtolnay/itoa" repository = "https://github.com/dtolnay/itoa"
documentation = "https://github.com/dtolnay/itoa" documentation = "https://docs.rs/itoa"
categories = ["value-formatting"] categories = ["value-formatting"]
readme = "README.md" readme = "README.md"
exclude = ["performance.png"] exclude = ["performance.png"]