Parse command line argument.
[rup.git] / Cargo.toml
index a407f10..3d708a0 100644 (file)
@@ -13,4 +13,5 @@ serde = { version = "1.0", features = ["derive"] }
 openssl = "0.10"
 
 listenfd = "0.3" # To watch file modifications and automatically launch a build process (only used in dev/debug).
-ron = "0.5.1" # Rust object notation, to load configuration files.
\ No newline at end of file
+ron = "0.5.1" # Rust object notation, to load configuration files.
+itertools = "0.8.0"
\ No newline at end of file