tinyhumans 0.1.0

Rust SDK for the TinyHumans backend
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "tinyhumans-rust-sdk-tools",
  "private": true,
  "description": "Contract tooling for the TinyHumans Rust SDK",
  "license": "GPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "https://github.com/tinyhumansai/sdk"
  },
  "scripts": {
    "check:openapi": "node scripts/sync-openapi.mjs --check",
    "sync:openapi": "node scripts/sync-openapi.mjs",
    "test": "cargo test"
  }
}