瀏覽代碼

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"