dew 0.0.1

Fast task and version control for high-velocity development
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "dew"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast task and version control for high-velocity development"
readme = false
keywords = [
    "cli",
    "task",
    "git",
    "productivity",
    "workflow",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "AGPL-3.0"
repository = "https://github.com/samcarey/dew"

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