workos 0.8.0

Rust SDK for interacting with the WorkOS API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "@rustforweb/workos",
    "description": "Rust SDK for interacting with the WorkOS API.",
    "author": "Rust For Web <info@rustforweb.org>",
    "repository": "github:RustForWeb/workos",
    "license": "MIT",
    "private": true,
    "scripts": {},
    "devDependencies": {
        "prettier": "^3.6.2"
    },
    "engines": {
        "node": ">=18"
    }
}