2025-07-03 09:10:54 +00:00
|
|
|
--- 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" }
|
2025-07-25 09:53:48 +00:00
|
|
|
bitwarden-state = { path = "crates/bitwarden-state", version = "=1.0.0" }
|
2025-07-03 09:10:54 +00:00
|
|
|
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" }
|