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"