gix-submodule 0.11.0

A crate of the gitoxide project dealing git submodules
Documentation
[package]
name = "gix-submodule"
version = "0.11.0"
repository = "https://github.com/Byron/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.7.5", path = "../gix-pathspec" }
gix-refspec = { version = "^0.23.0", path = "../gix-refspec" }
gix-config = { version = "^0.37.0", path = "../gix-config" }
gix-path = { version = "^0.10.7", path = "../gix-path" }
gix-url = { version = "^0.27.2", 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"] }