diff --git a/apps/desktop/desktop_native/bitwarden_chromium_importer/Cargo.toml b/apps/desktop/desktop_native/bitwarden_chromium_importer/Cargo.toml index f8612e9d37d..d1efbd006f0 100644 --- a/apps/desktop/desktop_native/bitwarden_chromium_importer/Cargo.toml +++ b/apps/desktop/desktop_native/bitwarden_chromium_importer/Cargo.toml @@ -21,9 +21,6 @@ serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } sha1 = "=0.10.6" -[target.'cfg(target_os = "linux")'.dependencies] -oo7 = { workspace = true } - [target.'cfg(target_os = "macos")'.dependencies] security-framework = { workspace = true } @@ -32,6 +29,9 @@ tokio = { workspace = true, features = ["full"] } winapi = { version = "=0.3.9", features = ["dpapi", "memoryapi"] } windows = { workspace = true, features = ["Win32_Security", "Win32_Security_Cryptography", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Memory", "Win32_System_Pipes", "Win32_System_Services", "Win32_System_Threading", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging"] } +[target.'cfg(target_os = "linux")'.dependencies] +oo7 = { workspace = true } + [lints] workspace = true