[package]
edition = "2021"
name = "bnb-shell"
version = "0.1.1"
authors = ["Chris Clines"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, polished, cross-platform terminal shell built in Rust with Powerlevel10k aesthetics."
readme = "README.md"
keywords = [
"shell",
"terminal",
"zsh",
"prompt",
"cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/EatSleepCode-Repeat/bnb"
[[bin]]
name = "bnb"
path = "src/main.rs"
[dependencies.rustyline]
version = "14.0"
[dependencies.terminal_size]
version = "0.4"