2025-01-21 04:31:03 +09:00
|
|
|
[package]
|
|
|
|
|
name = "command_parser"
|
|
|
|
|
version = "0.1.0"
|
2025-08-13 02:42:53 +03:00
|
|
|
edition = "2024"
|
2025-01-21 04:31:03 +09:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
lazy_static = { workspace = true }
|
|
|
|
|
smol_str = "0.3.2"
|
|
|
|
|
ordermap = "0.5"
|
2025-10-03 02:21:12 +00:00
|
|
|
regex = "1"
|