X-Git-Url: http://git.euphorik.ch/?p=rup.git;a=blobdiff_plain;f=Cargo.toml;h=3d708a020308c0a8d44a2b562bd4e871db07ae8a;hp=a407f100c1471b8d3d992274199e8e1295fd17ad;hb=c0942504c4cf480ccea96bfcf9ed6c731f49b852;hpb=7b132e2976883c7b8e63540129a36eb63ceb33c5 diff --git a/Cargo.toml b/Cargo.toml index a407f10..3d708a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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