diff --git a/Cargo.toml b/Cargo.toml index fae411d..aeb3052 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,11 @@ license = "MIT" authors = ["Lars Quentin ", "Johann Carl Meyer "] readme = "./README.md" +exclude = [ + "benchmarks/*", + "utils/*", +] + [dependencies] clap = {version = "4.2.5", features = ["derive"]} # for cli arg parsing quick-xml = {version = "0.28.2", features = ["serialize"]} # for xml-parsing