gix-submodule 0.15.0

A crate of the gitoxide project dealing git submodules
Documentation
lints.workspace = true

[package]
name = "gix-submodule"
version = "0.15.0"
repository = "https://github.com/GitoxideLabs/gitoxide"
license = "MIT OR Apache-2.0"
description = "A crate of the gitoxide project dealing git submodules"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
edition = "2021"
rust-version = "1.65"
include = ["src/**/*", "LICENSE-*"]

[lib]
doctest = false

[dependencies]
gix-pathspec = { version = "^0.8.0", path = "../gix-pathspec" }
gix-refspec = { version = "^0.26.0", path = "../gix-refspec" }
gix-config = { version = "^0.41.0", path = "../gix-config" }
gix-path = { version = "^0.10.12", path = "../gix-path" }
gix-url = { version = "^0.28.0", path = "../gix-url" }

bstr = { version = "1.5.0", default-features = false }
thiserror = "1.0.44"

[dev-dependencies]
gix-testtools = { path = "../tests/tools" }
gix-features = { path = "../gix-features", features = ["walkdir"] }