From 8274172b69d863ee810320508b0d207fc60f019a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 3 Nov 2018 15:04:47 +0100 Subject: [PATCH] exclude unneeded files from crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a194e582..f313a760 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "encoding" version = "0.3.0-dev" authors = ["Kang Seonghoon "] - +exclude = ["/src/index/*", "/Makefile"] description = "Character encoding support for Rust" homepage = "https://github.com/lifthrasiir/rust-encoding" documentation = "https://lifthrasiir.github.io/rust-encoding/"