[package] name = "git" version = "0.1.0" edition = "2021" publish = false license = "GPL-3.0-or-later" [lib] path = "src/git.rs" [dependencies] anyhow.workspace = true async-trait.workspace = true clock = { path = "../clock" } collections = { path = "../collections" } futures.workspace = true git2.workspace = true lazy_static.workspace = true log.workspace = true parking_lot.workspace = true smol.workspace = true sum_tree = { path = "../sum_tree" } text = { path = "../text" } util = { path = "../util" } [dev-dependencies] unindent.workspace = true [features] test-support = []