submodule-kit 0.2.2

A CLI toolkit for managing git submodules
Documentation
# 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 = "submodule-kit"
version = "0.2.2"
authors = ["tupe12334 <ofek.gabay.he@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI toolkit for managing git submodules"
readme = "README.md"
keywords = [
    "git",
    "submodule",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/tupe12334/submodule-kit"

[lib]
name = "submodule_kit"
path = "src/lib.rs"

[[bin]]
name = "submodule-kit"
path = "src/main.rs"

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

[dependencies.clap-markdown]
version = "0.1"

[dependencies.git2]
version = "0.20"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
all = "deny"