[package] name = "gix-submodule" version = "0.12.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 "] edition = "2021" rust-version = "1.65" include = ["src/**/*", "LICENSE-*"] [lib] doctest = false [dependencies] gix-pathspec = { version = "^0.7.6", path = "../gix-pathspec" } gix-refspec = { version = "^0.23.1", path = "../gix-refspec" } gix-config = { version = "^0.38.0", path = "../gix-config" } gix-path = { version = "^0.10.9", path = "../gix-path" } gix-url = { version = "^0.27.4", 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"] }