ctap2-proto: Include all of fido-common in prelude

main
Nick Zana 2 years ago
parent 166fe1bca6
commit 754fc51510

@ -8,7 +8,7 @@ pub mod prelude {
},
Command, Ctap2_2Authenticator,
};
pub use fido_common::Sha256Hash;
pub use fido_common::*;
}
use prelude::*;

Loading…
Cancel
Save