PluralKit/crates/command_parser/Cargo.toml

12 lines
195 B
TOML
Raw Normal View History

[package]
name = "command_parser"
version = "0.1.0"
edition = "2024"
[dependencies]
lazy_static = { workspace = true }
smol_str = "0.3.2"
ordermap = "0.5"
regex = "1"
strsim = "0.11"
log = "0.4"