From 103a0c043d05334ca65e96a268c62b01a5af255f Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 3 Jan 2019 16:16:41 +0000 Subject: [PATCH] Add exclude pattern. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2635b52..16a5793 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Nolan Darilek "] repository = "https://fossil.thewordnerd.info/tts-rs" description = "High-level Text-To-Speech (TTS) interface" license = "MIT" +exclude = ["*.cfg", "*.yml"] edition = "2018" [dependencies]