starting other commands

This commit is contained in:
jude
2020-08-18 20:09:21 +01:00
parent d95652a605
commit e69264d726
8 changed files with 91 additions and 0 deletions

View File

@ -13,6 +13,8 @@ sqlx = {version = "0.3.5", default-features = false, features = ["runtime-tokio"
regex = "1.3.9"
async-trait = "0.1.36"
log = "0.4.11"
chrono = "0.4"
chrono-tz = "0.5"
[dependencies.regex_command_attr]
path = "./regex_command_attr"