mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 22:37:54 +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
9
crates/command_parser/Cargo.toml
Normal file
9
crates/command_parser/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "command_parser"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
lazy_static = { workspace = true }
|
||||
smol_str = "0.3.2"
|
||||
ordermap = "0.5"
|
||||
Loading…
Add table
Add a link
Reference in a new issue