Added dynamic string formatting to interpolate {ip} tag in the data property from the JSON file.
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -181,6 +181,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"simple_logger",
|
||||
"strfmt",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
@@ -791,6 +792,12 @@ dependencies = [
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "strfmt"
|
||||
version = "0.1.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b278b244ef7aa5852b277f52dd0c6cac3a109919e1f6d699adde63251227a30f"
|
||||
|
||||
[[package]]
|
||||
name = "syn"
|
||||
version = "1.0.82"
|
||||
|
||||
Reference in New Issue
Block a user