From 39840d4eb0d644e334a818d2a5e6d680ec0f4507 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 1 Sep 2014 20:53:34 -0400 Subject: [PATCH] Package name fixed. It seems Cargo wants the package name to be the same as the repository name. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db8e075..35b47bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "csv" +name = "rust-csv" version = "0.2.0" authors = ["Andrew Gallant "]