diff --git a/Cargo.toml b/Cargo.toml index 019ab59..1530829 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,12 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +# Logger +log = "0.4" +simplelog = "0.7" +# Struct serializing and deserializing serde = {version = "1.0", features = ["derive"]} serde_yaml = "0.7" serde_json = "1.0" -log = "0.4" -simplelog = "0.7" \ No newline at end of file +# Regex support +regex = "1.3" \ No newline at end of file