This repository was archived by the owner on May 13, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # WARNING: Crate moved
2+
3+ This crate has moved to [ ` workos ` ] ( https://crates.io/crates/workos ) . Please upgrade by changing the crate name in ` Cargo.toml ` :
4+
5+ ``` diff
6+ - workos-sdk = "0.4.1"
7+ + workos = "0.5.0"
8+ ```
9+
10+ ---
11+
112# WorkOS Rust SDK
213
314[ ![ Crates.io] ( https://img.shields.io/crates/v/workos-sdk.svg )] ( https://crates.io/crates/workos-sdk )
Original file line number Diff line number Diff line change 11//! Rust SDK for interacting with the [WorkOS](https://workos.com) API.
2+ //!
3+ //! # WARNING: Crate moved
4+ //!
5+ //! This crate has moved to [`workos`](https://crates.io/crates/workos). Please upgrade by changing the crate name in `Cargo.toml`:
6+ //!
7+ //! ```diff
8+ //! - workos-sdk = "0.4.1"
9+ //! + workos = "0.5.0"
10+ //! ```
211
312#![ warn( missing_docs) ]
413
You can’t perform that action at this time.
0 commit comments