Added dynamic string formatting to interpolate {ip} tag in the data property from the JSON file.

This commit is contained in:
shad0wflame
2021-12-22 19:46:55 +01:00
parent c39b0e898a
commit fa814087bd
3 changed files with 41 additions and 57 deletions

View File

@@ -11,4 +11,5 @@ tokio = { version = "1", features = ["full"] }
serde = { version = "1.0.132", features = ["derive"]}
serde_json = "1.0"
log = { version = "0.4", features = ["std", "serde"] }
simple_logger = "1.16.0"
simple_logger = "1.16.0"
strfmt = "0.1.6"