mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 10:43:35 +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::*;
|