ripissue 0.1.4

CLI tool written in Rust for distributed bug / issue / story tracking with the filesystem and git.
[[bin]]
name = "ripi"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.75"

[dependencies.chrono]
version = "0.4.31"

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

[dependencies.cmd_lib]
version = "1.3.0"

[dependencies.serde]
version = "1.0.188"

[dependencies.serde_yaml]
version = "0.9.25"

[dependencies.slugify]
version = "0.1.0"

[dependencies.strum]
version = "0.25.0"

[dependencies.strum_macros]
version = "0.25.2"

[dependencies.walkdir]
version = "2.4.0"

[package]
categories = ["command-line-utilities", "development-tools", "filesystem"]
description = "CLI tool written in Rust for distributed bug / issue / story tracking with the filesystem and git."
edition = "2021"
homepage = "https://github.com/cwnt-io/ripissue"
keywords = ["issue", "tracker", "git", "project", "management"]
license-file = "LICENSE"
name = "ripissue"
readme = "README.md"
repository = "https://github.com/cwnt-io/ripissue"
version = "0.1.4"
[package.metadata.release]
allow-branch = ["master", "staging", "develop"]