dew 0.0.1

Fast task and version control for high-velocity development
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "dew"
version = "0.0.1"
edition = "2024"
license = "AGPL-3.0"
repository = "https://github.com/samcarey/dew"
description = "Fast task and version control for high-velocity development"
keywords = ["cli", "task", "git", "productivity", "workflow"]
categories = ["command-line-utilities", "development-tools"]

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