From e1ad6de6d20a0a48e0a3f6defd438470987344b1 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 26 Jun 2023 15:02:41 -0400 Subject: [PATCH] Remove redundant metadata --- Cargo.toml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f64665f..a0b6d37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,15 +9,3 @@ version = "0.1.0" [dependencies] clap = "2.33.3" - -[package.metadata.nix] -app = true -build = true -library = true -systems = [ - "aarch64-linux", - "aarch64-darwin", - "i686-linux", - "x86_64-darwin", - "x86_64-linux", -]