gix-traverse 0.22.2

A WIP crate of the gitoxide project
Documentation
[package]
name = "gix-traverse"
version = "0.22.2"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
description = "A WIP crate of the gitoxide project"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
edition = "2021"
include = ["src/**/*"]
rust-version = "1.64"
autotests = false

[lib]
doctest = false

[dependencies]
gix-hash = { version = "^0.10.2", path = "../gix-hash" }
gix-object = { version = "^0.26.3", path = "../gix-object" }
gix-hashtable = { version = "^0.1.1", path = "../gix-hashtable" }
thiserror = "1.0.32"