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/"