workflows 0.7.2

A cli tool for creating a seemless workflow with remote and local git repos
[[bin]]
name = "workflows"
path = "src/main.rs"

[dependencies.casual]
version = "0.2.0"

[dependencies.colored]
version = "2.0.4"

[dependencies.dirs]
version = "5.0.1"

[dependencies.fzf-wrapped]
version = "0.1.4"

[dependencies.serde]
features = ["derive"]
version = "1.0.190"

[dependencies.toml]
version = "0.8.6"

[dependencies.which]
version = "5.0.0"

[package]
authors = ["Daniel Ronalds"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem"]
description = "A cli tool for creating a seemless workflow with remote and local git repos"
edition = "2021"
keywords = ["workflow", "cli"]
license = "MIT"
name = "workflows"
readme = "README.md"
repository = "https://github.com/danielronalds/workflows"
version = "0.7.2"