feat: added support for formatting strings

This commit is contained in:
2023-11-05 16:24:49 +01:00
parent 1fbdd2463c
commit 137c3b1456
7 changed files with 25 additions and 13 deletions

View File

@@ -18,3 +18,4 @@ log = "0.4"
signal-hook = "0.3.*"
toml = "0.5.*"
clap = { version = "4.2.*", features = ["derive"] }
dyn-fmt = "0.4.0"