From 2227120ae0777529c9025a4fd3409cd839527937 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sun, 21 Jan 2018 09:09:03 -0800 Subject: [PATCH] exclude examples --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90f49b13d..545458908 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous", "web-programming::http-server", "web-programming::websocket"] license = "MIT/Apache-2.0" exclude = [".gitignore", ".travis.yml", ".cargo/config", - "appveyor.yml", "./examples/static/*"] + "appveyor.yml", "/examples/**"] build = "build.rs" [badges]