diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-17 11:48:56 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-17 11:48:56 +0800 |
| commit | 9eae0c0ec45a363787a2909780cd866bfaa9c04f (patch) | |
| tree | be21eadfbb6e9a3ddfa555b1e54724ca94b091bc /Cargo.toml | |
| parent | ecd344d8b1c4f8ee27dfe13662476164c7fd13cf (diff) | |
update: dependencies and build config
Add futures, sha1, walkdir dependencies and optimize release build
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -19,14 +19,14 @@ lto = false panic = "unwind" [profile.release] -opt-level = 3 +opt-level = "z" debug = false -split-debuginfo = "off" +split-defoinfo = "off" codegen-units = 1 incremental = false -lto = "fat" +lto = "thin" panic = "abort" -strip = "symbols" +strip = true [build-dependencies] chrono = "0.4" @@ -58,3 +58,6 @@ rust-i18n = "3" # Regex regex = "1.12.1" + +# File +walkdir = "2.5.0" |
