stats-cli 0.0.5

A command line statistics binary and package
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "stats-cli"
version = "0.0.5"
authors = ["Erik Brinkman <erik.brinkman@gmail.com>"]
description = "A command line statistics binary and package"
homepage = "https://github.com/erikbrinkman/stats"
documentation = "https://docs.rs/stats-cli"
readme = "README.md"
license = "MIT"
repository = "https://github.com/erikbrinkman/stats"

[lib]
name = "inc_stats"

[[bin]]
name = "stats"
path = "src/main.rs"
doc = false
[dependencies.clap]
version = "^2.21"

[dependencies.order-stat]
version = "^0.1"
[badges.travis-ci]
repository = "erikbrinkman/stats"