grublist 0.1.0

A Rust implementation of grub selection tool with interactive menu interface
[[bin]]
name = "grublist"
path = "src/main.rs"

[dependencies.regex]
version = "1.10"

[dependencies.termion]
version = "2.0"

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