diff --git a/Cargo.toml b/Cargo.toml index d687ea1..70309e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,10 @@ repository = "https://github.com/jczaja/e-trade-tax-return-pl-helper" homepage = "https://github.com/jczaja/e-trade-tax-return-pl-helper" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +exclude = [ + "assets/**" +] + [[bin]] name = "etradeTaxReturnHelper" path = "src/main.rs"