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"