refactor(commands): use smolstr, use a decl macro to get rid of all the borrows while creating commands

This commit is contained in:
dusk 2025-01-04 02:49:04 +09:00
parent 11842e7637
commit 405ac11d74
No known key found for this signature in database
5 changed files with 101 additions and 59 deletions

View file

@ -10,6 +10,7 @@ crate-type = ["cdylib"]
lazy_static = { workspace = true }
uniffi = { version = "0.25" }
smol_str = "0.3.2"
[build-dependencies]
uniffi = { version = "0.25", features = [ "build" ] }