panoptes 0.0.2

Keep an eye on your repositories.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "panoptes"
version = "0.0.2"
authors = ["José Duarte <duarte.gmj@gmail.com>"]
exclude = ["static/*"]
description = "Keep an eye on your repositories."
documentation = "https://docs.rs/panoptes"
readme = "README.md"
keywords = ["git"]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jmg-duarte/panoptes"
resolver = "2"
[dependencies.bitflags]
version = "1.3.2"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "3"
features = ["derive"]

[dependencies.colored]
version = "2.0.0"

[dependencies.git2]
version = "0.14"

[dependencies.rusqlite]
version = "0.27.0"
features = ["bundled"]