lotabout.skim/Cargo.toml
Mark Wallace 19b575cd3a [reader] draft version for reader done.
read lines from stdin or from command's output(`find .`)
2016-06-04 14:52:04 +08:00

9 lines
133 B
TOML

[package]
name = "fzf-rs"
version = "0.1.0"
authors = ["Mark Wallace <lotabout@gmail.com>"]
[dependencies]
libc = "*"
ncurses = "*"