From b0ad1d87657a6dd5a8f475e4ff8adfc41faf8134 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 21 Aug 2023 21:53:22 +0200 Subject: [PATCH] Cargo.toml: remove redundant default-run --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8bd65bd..403ab49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,6 @@ edition.workspace = true license.workspace = true readme.workspace = true repository.workspace = true -default-run = "minedmap" [dependencies] anyhow = "1.0.68"