From 7801ac8046878c5fcf702f7776559d04d43c1107 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 2 Dec 2019 16:02:55 +0100 Subject: [PATCH] use default member in workspace --- Cargo.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b105162..8d5928e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,4 @@ [workspace] -members = [ - "aoc", - "aoc2015", - "aoc2018", - "aoc2019", -] +members = ["aoc*"] + +default-members = ["aoc2019"]