From c7237be9a5d1790485d27a990493b7705319be48 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 22 Aug 2017 19:43:34 -0700 Subject: [PATCH] Exclude performance.png from package --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7312236..03cc6ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,4 @@ 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"] +exclude = ["performance.png"]