From b9ee14a0f9bf4118f310b512d07e0c6e7fedebe9 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Mon, 11 Feb 2019 10:27:09 -0800 Subject: [PATCH] Remove unused Cargo features section --- server/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 09a63a18..479e99f8 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -15,10 +15,6 @@ path = "src/lib.rs" name = "rojo" path = "src/bin.rs" -[features] -default = [] -bundle-plugin = [] - [dependencies] clap = "2.27" csv = "1.0"