Cargo workflow (#21)

This commit is contained in:
Özgün Özerk
2023-11-27 20:34:03 +03:00
committed by GitHub
parent 4124261b33
commit 57f9353fd0
8 changed files with 102 additions and 8 deletions
+6
View File
@@ -6,3 +6,9 @@ resolver = "2"
[profile.release]
panic = "unwind"
[workspace.lints.clippy]
type_complexity = "allow"
too_many_arguments = "allow"
large_enum_variant = "allow"