From 403f3bd91533cff0519a18af202ea7d1d77fe64b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 22 Aug 2017 19:45:13 -0700 Subject: [PATCH] Show readme on crates.io --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 03cc6ae..0ec3f67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,5 @@ description = "Fast functions for printing integer primitives to an io::Write" repository = "https://github.com/dtolnay/itoa" documentation = "https://github.com/dtolnay/itoa" categories = ["value-formatting"] +readme = "README.md" exclude = ["performance.png"]