mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
10 lines
139 B
TOML
10 lines
139 B
TOML
|
|
[package]
|
||
|
|
name = "pk_command_parser"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
anyhow = "1.0.57"
|
||
|
|
matches = "0.1.9"
|
||
|
|
slab = "0.4.6"
|