[[bin]]
name = "bquick"
path = "src/main.rs"
[dependencies.crossterm]
version = "0.28"
[dependencies.ratatui]
version = "0.28"
[dependencies.regex]
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[package]
authors = ["linux-brat"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Quick software installer for Windows via PowerShell/Chocolatey"
edition = "2021"
homepage = "https://github.com/linux-brat/BQuick"
keywords = ["software", "installer", "windows", "powershell", "chocolatey"]
license = "MIT"
name = "bquick"
readme = "README.md"
repository = "https://github.com/linux-brat/BQuick"
version = "0.1.0"