git-wok 1.3.1

A multirepo management tool.
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 = "git-wok"
version = "1.3.1"
authors = ["Serge Matveenko <lig@countzero.co>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A multirepo management tool."
homepage = "https://git-wok.dev/"
documentation = "https://git-wok.dev/"
readme = "README.md"
license = "MIT"
repository = "https://codeberg.org/wok/wok"

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

[[bin]]
name = "wok"
path = "src/bin/git_wok.rs"

[[test]]
name = "cmd"
path = "tests/cmd/main.rs"

[dependencies.anyhow]
version = "1.0.58"

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

[dependencies.clap_complete]
version = "4.1.5"

[dependencies.git2]
version = "0.20.2"

[dependencies.serde]
version = "1.0.143"
features = ["derive"]

[dependencies.toml]
version = "0.9.7"

[dev-dependencies.assert_fs]
version = "1.0.7"

[dev-dependencies.pretty_assertions]
version = "1.2.1"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.shell-words]
version = "1.1.0"