Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit c06bd12

Browse files
chore: rename package to workos-sdk
1 parent 597d85e commit c06bd12

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "workos"
2+
name = "workos-sdk"
33
version = "0.2.0"
44
description = "Rust SDK for interacting with the WorkOS API."
55
repository = "https://github.com/hypervideo/workos-rust"

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

33
Copyright (c) 2025 Hyper
4+
Copyright (c) 2022 WorkOS
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# workos
22

3-
[![Crates.io](https://img.shields.io/crates/v/workos.svg)](https://crates.io/crates/workos)
4-
[![Docs.rs](https://docs.rs/workos/badge.svg)](https://docs.rs/workos/)
5-
[![Crates.io](https://img.shields.io/crates/l/workos.svg)](https://github.com/workos/workos-rust/blob/master/LICENSE)
3+
<!-- [![Crates.io](https://img.shields.io/crates/v/workos-sdk.svg)](https://crates.io/crates/workos-sdk)
4+
[![Docs.rs](https://docs.rs/workos-sdk/badge.svg)](https://docs.rs/workos-sdk/)
5+
[![Crates.io](https://img.shields.io/crates/l/workos-sdk.svg)](https://github.com/hypervideo/workos-rust/blob/master/LICENSE) -->
66

77
> **Note:** this an experimental SDK and breaking changes may occur. We don't recommend using this in production since we can't guarantee its stability.
88

0 commit comments

Comments
 (0)