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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user