[package] name = "v_hist" version = "0.1.3" authors = ["John Naylor "] description = "A really quick way to make histograms that fix the terminal" repository = "https://github.com/jonaylor89/hist" license = "MIT" readme = "README.md" exclude = [ "assets/*" ] [dependencies] console = "0.15.0" rand = "0.8.4"