move to regex framework to hopefully reduce bad cpu load

This commit is contained in:
2021-01-26 01:32:43 +00:00
parent d57e1d3ab1
commit 0ea979a2b7
12 changed files with 1277 additions and 234 deletions

View File

@@ -12,3 +12,8 @@ tokio = { version = "1.0", features = ["fs", "process", "io-util"] }
lazy_static = "1.4"
reqwest = "0.11"
songbird = "0.1"
regex = "1.4"
log = "0.4"
[dependencies.regex_command_attr]
path = "./regex_command_attr"