mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 10:40:12 +00:00
refactor(commands): use smolstr, use a decl macro to get rid of all the borrows while creating commands
This commit is contained in:
parent
11842e7637
commit
405ac11d74
5 changed files with 101 additions and 59 deletions
|
|
@ -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" ] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue