git-topic-stage 4.0.0

Logic for managing a topic stage on top of a base branch in git.
Documentation
[package]
name = "git-topic-stage"
version = "4.0.0"
authors = ["Ben Boeckel <ben.boeckel@kitware.com>"]
license = "MIT/Apache-2.0"
description = """
Logic for managing a topic stage on top of a base branch in git.
"""
repository = "https://gitlab.kitware.com/utils/rust-git-topic-stage"
documentation = "https://docs.rs/git-topic-stage/~3.0"
readme = "README.md"
keywords = ["git", "utility", "workflow"]

[dependencies]
log = "~0.4"
thiserror = "^1.0.2"

chrono = "~0.4"
git-workarea = "^4.0"