fdo-rs / fido-device-onboard-rs

An implementation of the FIDO Device Onboard (FDO) spec written in Rust.
BSD 3-Clause "New" or "Revised" License
58 stars 32 forks source link

fix: integration-tests: remove users crate #577

Closed djach7 closed 9 months ago

djach7 commented 9 months ago

The users crate has been unmaintained for some time. This fix replaces its functionality with terminal commands resulting in the same output, and removes the users crate from the dependencies.

Fixes #566