mirror of
https://github.com/encounter/nod.git
synced 2026-07-10 12:18:48 -07:00
clippy config & fixes; enable LTO
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user