Exclude gen/ from Cargo package to fix iOS build fingerprint error

This commit is contained in:
Yuri Karamian
2026-07-09 16:56:58 +02:00
parent 6098dd01b4
commit 047a8b3c3d
+1
View File
@@ -6,6 +6,7 @@ authors = ["HelixNotes"]
license = "AGPL-3.0-or-later"
edition = "2021"
rust-version = "1.77.2"
exclude = ["gen/"]
[lib]
name = "app_lib"