This commit is contained in:
sxyazi 2025-02-04 14:00:04 +08:00
parent dcb4faafbd
commit 1b596bbf47
No known key found for this signature in database

View file

@ -10,9 +10,8 @@ panic = "abort"
strip = true strip = true
[profile.release-windows] [profile.release-windows]
codegen-units = 1 inherits = "release"
lto = true panic = "unwind"
strip = true
[workspace.dependencies] [workspace.dependencies]
ansi-to-tui = "7.0.0" ansi-to-tui = "7.0.0"