From c4beef05b692f5c3b20c145340d20bbded3f898e Mon Sep 17 00:00:00 2001 From: jekto_vatimeliju Date: Fri, 15 Jan 2021 04:27:46 +0900 Subject: [PATCH] Exclude renovate.json from package --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d643791..243d87f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,9 @@ authors = ["jekto_vatimeliju "] edition = "2018" description = "Ported https://www.npmjs.com/package/cerke_hands_and_score into Rust. See https://sites.google.com/view/cet2kaik/the-standardized-rule-in-english for more context." license = "MIT" +exclude = [ + "renovate.json" +] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html