fix(katana): implement regex for short strings

Pls work
This commit is contained in:
2024-01-14 18:27:48 +07:00
parent a3b247bcb9
commit 389efeac0d
3 changed files with 76 additions and 19 deletions

View File

@ -5,3 +5,16 @@ members = [
"swordfish"
, "swordfish-user"]
default-members = ["swordfish"]
[profile.release]
opt-level = 3
debug = false
split-debuginfo = '...' # Platform-specific.
strip = "symbols"
debug-assertions = false
overflow-checks = false
lto = "thin"
panic = 'unwind'
incremental = false
codegen-units = 16
rpath = false