diff --git a/Cargo.toml b/Cargo.toml index d85834cd5..64920d58c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,11 @@ resolver = "2" members = ["crates/*"] -[workspace.package] # Global settings for all crates should be defined here +[workspace.package] authors = ["Bitwarden Inc"] edition = "2021" +# Note: Changing rust-version should be considered a breaking change rust-version = "1.71" homepage = "https://bitwarden.com" repository = "https://github.com/bitwarden/sdk"