magoo 0.3.0

A wrapper for git submodule that simplifies the workflows
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 = "magoo"
version = "0.3.0"
authors = ["Pistonight <pistonknight@outlook.com>"]
build = false
exclude = [
    ".github/**/*",
    "README.txtpp.md",
    "Taskfile.yml",
    "magoo.txt",
    "magoo.webp",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A wrapper for git submodule that simplifies the workflows"
readme = "README.md"
keywords = [
    "git",
    "tool",
    "submodule",
    "cli",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/Pistonite/magoo"

[package.metadata.binstall.signing]
algorithm = "minisign"
pubkey = "RWThJQKJaXayoZBe0YV5LV4KFkQwcqQ6Fg9dJBz18JnpHGdf/cHUyKs+"

[features]
cli = ["dep:clap"]
default = ["cli"]

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

[[bin]]
name = "magoo"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.clap]
version = "4.6.1"
features = ["derive"]
optional = true

[dependencies.fs4]
version = "1.1.0"

[dependencies.pathdiff]
version = "0.2.3"

[dependencies.termcolor]
version = "1.4.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.which]
version = "8.0.3"