Skip to content

Commit

Permalink
ADD reference to main cmd_lib repo
Browse files Browse the repository at this point in the history
  • Loading branch information
yxdunc committed Dec 20, 2019
1 parent 8193d8f commit d64f072
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ name = "lipl"
version = "0.1.0"
authors = ["robin <[email protected]>"]
edition = "2018"
license = "MIT"
homepage = "https://github.com/yxdunc/lipl"
repository = "https://github.com/yxdunc/lipl"
description = "A command line tool to analyse the output over time of custom shell commands."
keywords = ["tui", "plotting", "unix", "cli", "watch"]

[dependencies]
structopt = "0.3"
tui = "0.6.2"
termion = "1.5.3"
linreg = "0.1.3"
cmd_lib = { git = "https://github.com/yxdunc/rust_cmd_lib", rev = "6cf978b546b6a83db437130ab489f2ae9f7edbb5" }
cmd_lib = { git = "https://github.com/rust-shell-script/rust_cmd_lib", rev = "9f9cba4b36cdff5f7d7495d998923f1b378cb9c2" }

0 comments on commit d64f072

Please sign in to comment.