clippy config & fixes; enable LTO

This commit is contained in:
Luke Street
2022-02-03 02:36:41 -05:00
parent 46fa0c59ff
commit 6b8d41b130
9 changed files with 38 additions and 26 deletions
+4
View File
@@ -12,11 +12,15 @@ Rust library and CLI tool for reading GameCube and Wii disc images.
"""
keywords = ["gamecube", "wii", "iso", "nfs", "gcm"]
categories = ["command-line-utilities", "parser-implementations"]
rust-version = "1.51"
[[bin]]
name = "nodtool"
path = "src/bin.rs"
[profile.release]
lto = true
[dependencies]
aes = "0.7.5"
anyhow = "1.0.53"