[package] name = "pover" version = "0.2.2" authors = ["Tim Richter "] edition = "2018" description = "Small utility script to show package.json scripts in the current directory." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0" prettytable-rs = "^0.8" structopt = "0.3.13" open = "1.7.0"