[package] name = "sx" version = "0.1.0" authors = ["Chris Rehn "] description = "Simple statistics in the terminal" homepage = "https://github.com/hoffa/sx" repository = "https://github.com/hoffa/sx" license = "Unlicense" edition = "2018" readme = "README.md" [[bin]] name = "sx" path = "src/main.rs" [dependencies] streaming-stats = "0.2"