oper 0.1.0

Command line tool to browse changes across multiple git repositories managed by google's git-repo tool
# 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]
edition = "2018"
name = "oper"
version = "0.1.0"
authors = ["Florian Bramer <elektronenhirn@gmail.com>"]
description = "Command line tool to browse changes across multiple git repositories managed by google's git-repo tool"
readme = "README.md"
categories = ["command-line-interface", "gui", "git-repo"]
license = "MIT/Apache-2.0"
repository = "https://github.com/elektronenhirn/oper.git"
[dependencies.chrono]
version = "0.4.7"

[dependencies.clap]
version = "2.33.0"

[dependencies.cursive]
version = "0.12"

[dependencies.git2]
version = "0.9.1"

[dependencies.indicatif]
version = "0.11.0"

[dependencies.log]
version = "0.4.7"

[dependencies.simple_logger]
version = "1.3.0"

[dependencies.time]
version = "0.1.39"