boltcli 0.11.1

Build and test APIs
[package]
name = "boltcli"
version = "0.11.1"
edition = "2021"
authors = ["Hiro <yirohido@gmail.com>"]
license = "MIT"
description = "Build and test APIs"
readme = "README.md"
homepage = "https://github.com/hiro-codes/bolt"
repository = "https://github.com/hiro-codes/bolt"
keywords = ["api", "cli"]
categories = ["command-line-utilities"]

[[bin]]
name = "bolt"
path = "src/main.rs"

[dependencies]
actix-web = "4"
serde = { version = "1.0", features = ["derive"] }
actix-files = "0.6.2"
webbrowser = "0.8.3"
dirs = "4.0.0"