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

Commit 0f6ac70

Browse files
chore: update repository
1 parent d1d7369 commit 0f6ac70

5 files changed

Lines changed: 13 additions & 22 deletions

File tree

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: RustForWeb
2+
open_collective: rustforweb

.github/renovate.json

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended",
5-
"schedule:weekly",
6-
":prConcurrentLimitNone",
7-
":prHourlyLimitNone"
8-
],
9-
"packageRules": [
10-
{
11-
"automerge": true,
12-
"matchCurrentVersion": "!/^0/",
13-
"matchUpdateTypes": ["minor", "patch"]
14-
},
15-
{
16-
"groupName": "serde",
17-
"matchDatasources": ["crate"],
18-
"matchPackageNames": ["serde", "serde-*", "serde_*"]
19-
}
20-
]
3+
"extends": ["github>RustForWeb/.github:renovate-config"]
214
}

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = "workos-sdk"
33
version = "0.3.0"
44
description = "Rust SDK for interacting with the WorkOS API."
5-
repository = "https://github.com/hypervideo/workos-rust"
6-
authors = ["Hyper <info@hyper.video>", "WorkOS"]
5+
repository = "https://github.com/RustForWeb/workos"
6+
authors = ["Rust for Web <info@rustforweb.org>", "WorkOS"]
77
license = "MIT"
88
edition = "2024"
99

LICENSE

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

3-
Copyright (c) 2025 Hyper
3+
Copyright (c) 2025 Rust for Web
44
Copyright (c) 2022 WorkOS
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Crates.io](https://img.shields.io/crates/v/workos-sdk.svg)](https://crates.io/crates/workos-sdk)
44
[![Docs.rs](https://docs.rs/workos-sdk/badge.svg)](https://docs.rs/workos-sdk/)
5-
[![License](https://img.shields.io/crates/l/workos-sdk.svg)](https://github.com/hypervideo/workos-rust/blob/main/LICENSE)
5+
[![License](https://img.shields.io/crates/l/workos-sdk.svg)](https://github.com/RustForWeb/workos/blob/main/LICENSE)
66

77
> **Note:** This is an experimental SDK and breaking changes may occur. Use this SDK in production at your own risk, since we can't guarantee its stability.
88
@@ -15,3 +15,9 @@ This project is based on the original `workos` Rust library created by [WorkOS](
1515
## License
1616

1717
This project is available under the [MIT license](LICENSE.md).
18+
19+
## Rust for Web
20+
21+
The WorkOS Rust SDK project is part of [Rust for Web](https://github.com/RustForWeb).
22+
23+
[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.

0 commit comments

Comments
 (0)