mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 09:10:14 +00:00
refactor: separate commands into command_parser, command_definitions crates
This commit is contained in:
parent
4f390e2a14
commit
0c012e98b5
33 changed files with 464 additions and 378 deletions
|
|
@ -8,10 +8,9 @@ crate-type = ["cdylib", "lib"]
|
|||
|
||||
[dependencies]
|
||||
lazy_static = { workspace = true }
|
||||
|
||||
command_parser = { path = "../command_parser"}
|
||||
command_definitions = { path = "../command_definitions"}
|
||||
uniffi = { version = "0.25" }
|
||||
smol_str = "0.3.2"
|
||||
ordermap = "0.5"
|
||||
|
||||
[build-dependencies]
|
||||
uniffi = { version = "0.25", features = [ "build" ] }
|
||||
uniffi = { version = "0.25", features = [ "build" ] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue