From 3eaa8f4f8333fc8c96a9c76f2e02d5557fe99dd3 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 25 Jan 2017 21:01:53 -0800 Subject: [PATCH] Include all files in crate --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 610894a..148fd58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,3 @@ license = "MIT/Apache-2.0" description = "Fast functions for printing integer primitives to an io::Write" repository = "https://github.com/dtolnay/itoa" documentation = "https://github.com/dtolnay/itoa" -include = ["Cargo.toml", "src/**/*.rs"]