bulking out the dispatch fn

This commit is contained in:
jude
2020-08-07 01:02:01 +01:00
parent 7dac9f7895
commit c2c5e79940
4 changed files with 94 additions and 7 deletions

View File

@ -12,6 +12,7 @@ reqwest = "0.10.6"
sqlx = {version = "0.3.5", default-features = false, features = ["runtime-tokio", "macros", "mysql", "bigdecimal"]}
regex = "1.3.9"
async-trait = "0.1.36"
log = "0.4.11"
[dependencies.regex_command_attr]
path = "./regex_command_attr"