diff --git a/Cargo.toml b/Cargo.toml index 0ef827d..e9fa0be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,10 @@ keywords = ["f1", "f1-telemetry", "f1-udp-parser", "f1-udp-telemetry", "f1-telem categories = ["parser-implementations"] authors = ["Maciej Pędzich "] license = "MIT" +exclude = [ + ".github/*", + ".idea/*", +] [dependencies] binrw = "0.14.1"