[package] name = "bflog-cli" version = "0.3.1" description = "Command line version of bflog for JSON and pretty logging." authors = ["Brennan Frydl "] license = "MIT" edition = "2018" [[bin]] name = "bflog" path = "src/main.rs" [dependencies] clap = "2.32.*" serde = "1.0.*" serde_json = "1.0.*" [dependencies.bflog] path = "../bflog" version = "0.3.0"