From 92ef8f8fc94409c204e33627f29aa76617887d7f Mon Sep 17 00:00:00 2001 From: Andy Librian Date: Wed, 8 Mar 2017 02:51:23 +0700 Subject: [PATCH] include license files into archive on crates.io (#1340) (#1354) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d076ad5763..5a04b82cc56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "Tool to find and fix Rust formatting issues" repository = "https://github.com/rust-lang-nursery/rustfmt" readme = "README.md" license = "Apache-2.0/MIT" -include = ["src/*.rs", "Cargo.toml", "build.rs"] +include = ["src/*.rs", "Cargo.toml", "build.rs", "LICENSE-*"] build = "build.rs" categories = ["development-tools"]