jj-commit 0.2.0

Simplify the jj commit experience
# 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 = "jj-commit"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simplify the jj commit experience"
readme = "README.md"
keywords = [
    "cli",
    "jujutsu",
]
categories = ["command-line-utilities"]
license-file = "LICENSE"
repository = "https://github.com/Odonno/jj-commit"

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

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

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.inquire]
version = "0.9.4"

[dependencies.jj-lib]
version = "0.39.0"

[dependencies.tokio]
version = "1.50.0"
features = [
    "macros",
    "rt-multi-thread",
]