devmode 0.2.1

Devmode is a project management utility for developers.
[package]
name = "devmode"
version = "0.2.1"
edition = "2021"
license = "GPL-2.0"
description = "Devmode is a project management utility for developers."
homepage = "https://devmode.edfloreshz.dev/"
documentation = "https://docs.rs/devmode"
repository = "https://github.com/edfloreshz/devmode/"
readme = "README.md"
exclude = [
    ".idea",
]

[[bin]]
name = "dm"
path = "src/main.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
#libdmd = { path = "../libdmd", version = "0.1.2"}

[dependencies]
libdmd = "0.1.4"
clap = { version = "2.33.3", features = ["yaml"] }
anyhow = "1.0.44"
requestty = "0.1.1"
colored = "2.0.0"
regex = "1.5.4"
git2 = "0.13.22"
git2_credentials = "0.7.3"
tempfile = "3.2.0"
cmd_lib = "1.1.0"
walkdir = "2.3.2"
serde = { version = "1.0.126", features = ["derive"] }