Renamed crate inorder to publish on crates.io

This is only intended as a temporary solution until my PR is merged
This commit is contained in:
shimun 2019-10-12 13:29:54 +02:00
parent 3d3679d5b9
commit 8234975ba3
Signed by: shimun
GPG Key ID: E81D8382DC2F971B

View File

@ -1,11 +1,11 @@
[package] [package]
name = "ctap" name = "ctap_hmac"
description = "A Rust implementation of the FIDO2 CTAP protocol" description = "A Rust implementation of the FIDO2 CTAP protocol, including the HMAC extension"
version = "0.1.0" version = "0.1.1"
license = "Apache-2.0/MIT" license = "Apache-2.0/MIT"
homepage = "https://github.com/ArdaXi/ctap" homepage = "https://github.com/ArdaXi/ctap/pull/2"
repository = "https://github.com/ArdaXi/ctap" repository = "https://github.com/shimunn/ctap"
authors = ["Arda Xi <arda@ardaxi.com>"] authors = ["Arda Xi <arda@ardaxi.com>", "shimun <shimun@shimun.net>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]