mirror of
https://github.com/bitwarden/desktop
synced 2026-02-28 10:23:14 +00:00
6 lines
196 B
Rust
6 lines
196 B
Rust
#[cfg_attr(target_os = "linux", path = "unix.rs")]
|
|
#[cfg_attr(target_os = "windows", path = "windows.rs")]
|
|
#[cfg_attr(target_os = "macos", path = "macos.rs")]
|
|
mod biometric;
|
|
pub use biometric::*;
|