From 8234975ba3c9a83ad0869c36147ab1ed28b3bc88 Mon Sep 17 00:00:00 2001 From: shimun Date: Sat, 12 Oct 2019 13:29:54 +0200 Subject: [PATCH] Renamed crate inorder to publish on crates.io This is only intended as a temporary solution until my PR is merged --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 94f2be1..8566637 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] -name = "ctap" -description = "A Rust implementation of the FIDO2 CTAP protocol" -version = "0.1.0" +name = "ctap_hmac" +description = "A Rust implementation of the FIDO2 CTAP protocol, including the HMAC extension" +version = "0.1.1" license = "Apache-2.0/MIT" -homepage = "https://github.com/ArdaXi/ctap" -repository = "https://github.com/ArdaXi/ctap" -authors = ["Arda Xi "] +homepage = "https://github.com/ArdaXi/ctap/pull/2" +repository = "https://github.com/shimunn/ctap" +authors = ["Arda Xi ", "shimun "] edition = "2018" [dependencies]