chore: flakebox lint

This commit is contained in:
thesimplekid
2024-01-14 23:13:45 +00:00
parent f696ef9a92
commit 54b6cb4a31

View File

@@ -30,3 +30,11 @@ tracing = { version = "0.1", default-features = false }
tracing-subscriber = "0.3"
uniffi = "0.24"
thiserror = "1.0.50"
[profile]
[profile.ci]
inherits = "dev"
incremental = false
debug = "line-tables-only"
lto = "off"