소스 검색

chore: flakebox lint

thesimplekid 1 년 전
부모
커밋
54b6cb4a31
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      Cargo.toml

+ 8 - 0
Cargo.toml

@@ -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"