fix release optimization level

This commit is contained in:
askiiart 2025-01-13 23:03:07 -06:00
parent 3d083c2e06
commit aa903203cf
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

View file

@ -5,6 +5,9 @@ edition = "2021"
license = "GPL-3.0-or-later"
repository = "https://git.askiiart.net/askiiart/cat2text-rs"
[profile.release]
opt-level = 3
[lib]
name = "cat2text"
path = "src/lib.rs"