mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
9 lines
156 B
TOML
9 lines
156 B
TOML
[package]
|
|
name = "command_parser"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
lazy_static = { workspace = true }
|
|
smol_str = "0.3.2"
|
|
ordermap = "0.5"
|