From 5116ac035a5ea5994ffadb8a497531fd1f3f4f3b Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Wed, 12 Dec 2018 15:59:30 +0000 Subject: Rename libnitrokey to nitrokey Currently, the nitrokey crate is renamed to libnitrokey in Cargo.toml as there used to exist a nitrokey module in this crate. As this module does no longer exist and is not likely to return, this patch removes the customized name for the nitrokey crate. --- nitrocli/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nitrocli/Cargo.toml') diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index 8d1519a..895043b 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -32,10 +32,9 @@ description = """ A command line tool for interacting with the Nitrokey Storage device. """ -[dependencies.libnitrokey] +[dependencies.nitrokey] version = "0.2.1" path = "../nitrokey" -package = "nitrokey" [replace] -- cgit v1.2.1