[package]
edition = "2021"
name = "grublist"
version = "0.1.2"
authors = ["Benshan Mei <mbs2021@163.com>"]
description = "A Rust implementation of grub selection tool with interactive menu interface"
readme = "README.md"
keywords = [
"grub",
"boot",
"kernel",
"menu",
"interactive",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mbs0221/grublist-rust"
[[bin]]
name = "grublist"
path = "src/main.rs"
[dependencies.regex]
version = "1.10"
[dependencies.termion]
version = "2.0"