fixed a lot of message formatting that had been ignored

This commit is contained in:
2020-10-11 01:42:19 +01:00
parent 1afa04d61c
commit 1f41343e2e
6 changed files with 57 additions and 12 deletions

11
Cargo.lock generated
View File

@ -1,5 +1,15 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
dependencies = [
"lazy_static",
"regex",
]
[[package]]
name = "adler"
version = "0.2.3"
@ -1121,6 +1131,7 @@ dependencies = [
name = "reminder_rs"
version = "0.1.0"
dependencies = [
"Inflector",
"async-trait",
"chrono",
"chrono-tz",