From a715ed987ef45b1101aab7047c5e2d6f1dc8403e Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Fri, 2 Feb 2018 09:58:24 +0100 Subject: [PATCH] Add data-url to the workspace --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 680f34b70..b62ae104f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ travis-ci = { repository = "servo/rust-url" } appveyor = { repository = "Manishearth/rust-url" } [workspace] -members = [".", "idna", "percent_encoding", "url_serde"] +members = [".", "idna", "percent_encoding", "url_serde", "data-url"] [[test]] name = "unit"