lsk 0.2.0

Imagine ls, but you can 'key' into the file or dir instead of just starring at it.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "lsk"
version = "0.2.0"
authors = ["7db9a"]
include = ["**/*.rs", "Cargo.toml"]
description = "Imagine ls, but you can 'key' into the file or dir instead of just starring at it."
homepage = "https://github.com/7db9a/lsk"
readme = "README.md"
keywords = ["file", "ls", "cli", "terminal"]
license = "MIT"
repository = "https://github.com/7db9a/lsk"

[lib]
name = "ls_key"
path = "src/mod.rs"

[[bin]]
name = "lsk"
path = "src/bin/main.rs"
doc = false
[dependencies.ansi_term]
version = "~0.12.0"

[dependencies.cmd_lib]
version = "~0.7.8"

[dependencies.easy-hasher]
version = "~2.1.1"

[dependencies.fuzzy-matcher]
version = "~0.3.4"

[dependencies.seahorse]
version = "~0.7.1"

[dependencies.sha2]
version = "~0.8.2"

[dependencies.term_grid]
version = "~0.1.7"

[dependencies.termion]
version = "~1.5.5"

[dependencies.walkdir]
version = "~2.3.1"

[dependencies.xdotool]
version = "~0.0.2"