harbinger 0.1.2

A Rust implementation that captures live API responses from Postman collections and automatically generates OpenAPI 3.0 specifications
Documentation
# UI Folder


Add your Catalyst UI kit files here.

## Setup


1. Download and extract Catalyst UI kit into this folder
2. Run `npm install` to install dependencies
3. Run `npm run dev` to start the development server
4. In another terminal, run `cargo tauri dev` from the project root

## Structure


```
ui/
  ├── src/           # Your app source files
  ├── index.html     # Main HTML entry point
  ├── package.json   # Node dependencies
  └── vite.config.js # Vite configuration
```