diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ description = "An evtc searching tool, akin to find" readme = "README.md" repository = "https://gitlab.com/dunj3/raidgrep" +[profile.release] +lto = true + [dependencies] evtclib = { path = "evtclib" } regex = "1" |