diff --git a/apps/desktop/desktop_native/Cargo.toml b/apps/desktop/desktop_native/Cargo.toml index f7d94929a1c..477d7df55be 100644 --- a/apps/desktop/desktop_native/Cargo.toml +++ b/apps/desktop/desktop_native/Cargo.toml @@ -12,7 +12,6 @@ members = [ "ssh_agent", "win_webauthn", "windows_plugin_authenticator", - "windows_plugin_authenticator" ] [workspace.package] diff --git a/apps/desktop/desktop_native/win_webauthn/Cargo.toml b/apps/desktop/desktop_native/win_webauthn/Cargo.toml index a246ed4ba73..8ea22b347e1 100644 --- a/apps/desktop/desktop_native/win_webauthn/Cargo.toml +++ b/apps/desktop/desktop_native/win_webauthn/Cargo.toml @@ -5,9 +5,6 @@ license.workspace = true edition.workspace = true publish.workspace = true -[lints] -workspace = true - [target.'cfg(windows)'.dependencies] base64 = { workspace = true } ciborium = { workspace = true } @@ -23,3 +20,6 @@ windows-core = { workspace = true } [target.'cfg(windows)'.dev-dependencies] hex = { workspace = true } + +[lints] +workspace = true