From 73cb298361ec9d15ea9018fad26794174825722a Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Thu, 19 Aug 2021 17:39:24 +0200 Subject: [PATCH] Adjust crate name to be in the same "namespace" as the other openpgp-card-* crates. --- card-functionality/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/card-functionality/Cargo.toml b/card-functionality/Cargo.toml index e7ab11f..a0530ae 100644 --- a/card-functionality/Cargo.toml +++ b/card-functionality/Cargo.toml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: MIT OR Apache-2.0 [package] -name = "card-functionality" +name = "openpgp-card-tests" version = "0.1.0" edition = "2018" default-run = "keygen"