Added dynamic string formatting to interpolate {ip} tag in the data property from the JSON file.
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user