Rename to yubikey.rs (#267)
We now have publishing rights to the `yubikey` crate. This commit renames the project to yubikey.rs Co-authored-by: Tony Arcieri <bascule@gmail.com>
This commit is contained in:
committed by
GitHub
parent
c9e2edc41f
commit
a2a912fc3c
@@ -11,7 +11,7 @@ use sha2::{Digest, Sha256};
|
||||
use std::convert::TryInto;
|
||||
use std::{env, sync::Mutex};
|
||||
use x509::RelativeDistinguishedName;
|
||||
use yubikey_piv::{
|
||||
use yubikey::{
|
||||
certificate::{Certificate, PublicKeyInfo},
|
||||
key::{self, AlgorithmId, Key, RetiredSlotId, SlotId},
|
||||
policy::{PinPolicy, TouchPolicy},
|
||||
|
||||
Reference in New Issue
Block a user