mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 07:17:56 +00:00
rustproxy: initial commit
This commit is contained in:
parent
b47694edc1
commit
9d90de45a6
23 changed files with 4686 additions and 0 deletions
9
rustproxy/pk_command_parser/Cargo.toml
Normal file
9
rustproxy/pk_command_parser/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "pk_command_parser"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.57"
|
||||
matches = "0.1.9"
|
||||
slab = "0.4.6"
|
||||
Loading…
Add table
Add a link
Reference in a new issue