1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-08 03:23:50 +00:00

Make sys deps optional for the proxy

This commit is contained in:
Daniel García
2024-07-08 16:38:14 +02:00
parent b6c42f6aa6
commit 8e61952d9a
3 changed files with 22 additions and 9 deletions

View File

@@ -1,6 +1,9 @@
#[cfg(feature = "sys")]
pub mod biometric;
#[cfg(feature = "sys")]
pub mod clipboard;
pub mod crypto;
pub mod error;
pub mod ipc;
#[cfg(feature = "sys")]
pub mod password;