X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Cargo.toml;h=0b617e59a3fa198c02ff3c5a92cff4ed8c5e8611;hb=a2d9b44b27798e2c8a759b2b78d64fc3c6fd9910;hp=a407f100c1471b8d3d992274199e8e1295fd17ad;hpb=7b132e2976883c7b8e63540129a36eb63ceb33c5;p=rup.git diff --git a/Cargo.toml b/Cargo.toml index a407f10..0b617e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,6 @@ 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" +url = "1.7.2" \ No newline at end of file