forked from pool/bitwarden-sdk-internal
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden-sdk-internal?expand=0&rev=3
19 lines
928 B
Diff
19 lines
928 B
Diff
--- sdk-internal/Cargo.toml.orig 2025-06-14 19:19:36.087115685 +0200
|
|
+++ sdk-internal/Cargo.toml 2025-06-14 19:22:13.575092055 +0200
|
|
@@ -1,6 +1,6 @@
|
|
[workspace]
|
|
resolver = "2"
|
|
-members = ["bitwarden_license/*", "crates/*"]
|
|
+members = ["crates/*"]
|
|
|
|
# Global settings for all crates should be defined here
|
|
[workspace.package]
|
|
@@ -29,7 +29,6 @@ bitwarden-fido = { path = "crates/bitwar
|
|
bitwarden-send = { path = "crates/bitwarden-send", version = "=1.0.0" }
|
|
bitwarden-state = { path = "crates/bitwarden-state", version = "=1.0.0" }
|
|
bitwarden-threading = { path = "crates/bitwarden-threading", version = "=1.0.0" }
|
|
-bitwarden-sm = { path = "bitwarden_license/bitwarden-sm", version = "=1.0.0" }
|
|
bitwarden-ssh = { path = "crates/bitwarden-ssh", version = "=1.0.0" }
|
|
bitwarden-uuid = { path = "crates/bitwarden-uuid", version = "=1.0.0" }
|
|
bitwarden-uuid-macro = { path = "crates/bitwarden-uuid-macro", version = "=1.0.0" }
|