bquick 0.1.0

Quick software installer for Windows via PowerShell/Chocolatey
[package]
name = "bquick"
version = "0.1.0"
edition = "2021"
authors = ["linux-brat"]
description = "Quick software installer for Windows via PowerShell/Chocolatey"
license = "MIT" # Add this line
repository = "https://github.com/linux-brat/BQuick" # Recommended
homepage = "https://github.com/linux-brat/BQuick" # Optional but recommended
keywords = [
    "software",
    "installer",
    "windows",
    "powershell",
    "chocolatey",
] # Optional
categories = ["command-line-utilities", "development-tools"]


[dependencies]
ratatui = "0.28"
crossterm = "0.28"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
regex = "1.0"