fozzie 1.6.0

A quick fuzzy finder for the terminal
Documentation
[package]
name = "fozzie"
version = "1.6.0"
authors = ["Nick Pezza <pezza@hey.com>"]
edition = "2021"
license-file = "LICENSE"
description = "A quick fuzzy finder for the terminal"
repository = "https://github.com/npezza93/fozzie"

[[bin]]
name = "fozzie"
path = "src/main.rs"

[dependencies]
"clap"="^2.31.2"
"float-cmp"="^0.9.0"
"termion"="^1.5.4"
"raw_tty"="^0.1.0"
"regex"="^1.5.5"
terminal_size = "^0.2.1"
rayon = "^1.1"

[build-dependencies]
"regex"="^1.5.5"
"clap"="^2.31.2"
terminal_size = "^0.2.1"