From 0e39ef305f2ecf9189c886eaf9a85b58e1bf032e Mon Sep 17 00:00:00 2001 From: "Isis T. Baulig" Date: Fri, 4 Dec 2020 12:52:37 +0100 Subject: [PATCH] exclude github workflows for crate publication --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b5db187..7bd5abe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ repository = "https://github.com/grindcode/rhythms" description = "A rhythmic pattern generation library" keywords = ["pattern", "music", "euclidean", "rhythm", "no_std"] readme = "README.md" +exclude = [".github"] [dependencies] smallvec = "1.5" \ No newline at end of file