From 02a681de26fc648295671df916617c0c41f08f57 Mon Sep 17 00:00:00 2001 From: shimunn Date: Tue, 17 Sep 2019 17:06:37 +0200 Subject: [PATCH] remove dash from name --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c5ba47..7ee96d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,7 +156,7 @@ dependencies = [ ] [[package]] -name = "fido2-luks" +name = "fido2luks" version = "0.1.0" dependencies = [ "cryptsetup-rs 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ea75323..5af0c41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "fido2-luks" +name = "fido2luks" version = "0.1.0" authors = ["shimunn "] edition = "2018"