backpub 0.1.0

Publish your backend documentation from a Postman Collection as a static website with an interactive API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
description = "Publish your backend documentation from a Postman Collection as a static website with an interactive API"
edition = "2021"
license = "MIT"
name = "backpub"
resolver = "2"
version = "0.1.0"