mirror of
https://github.com/bitwarden/browser
synced 2025-12-30 15:13:32 +00:00
5 lines
150 B
Rust
5 lines
150 B
Rust
#[cfg_attr(target_os = "windows", path = "windows.rs")]
|
|
#[cfg_attr(not(target_os = "windows"), path = "dummy.rs")]
|
|
mod internal;
|
|
pub use internal::*;
|