@@ -5,7 +5,7 @@ name = "gix-blame"
5
5
version = " 0.0.0"
6
6
repository = " https://github.com/GitoxideLabs/gitoxide"
7
7
license = " MIT OR Apache-2.0"
8
- description = " A crate of the gitoxide project dedicated implementing a 'blame' algorithm"
8
+ description = " A crate of the gitoxide project dedicated to implementing a 'blame' algorithm"
9
9
authors = [
" Christoph Rüßler <[email protected] >" ,
" Sebastian Thiel <[email protected] >" ]
10
10
edition = " 2021"
11
11
rust-version = " 1.65"
@@ -14,6 +14,16 @@ rust-version = "1.65"
14
14
doctest = false
15
15
16
16
[dependencies ]
17
+ gix-diff = { version = " ^0.48.0" , path = " ../gix-diff" , default-features = false , features = [" blob" ] }
18
+ gix-object = { version = " ^0.46.0" , path = " ../gix-object" }
19
+ gix-hash = { version = " ^0.15.0" , path = " ../gix-hash" }
20
+ gix-worktree = { version = " ^0.38.0" , path = " ../gix-worktree" , default-features = false , features = [" attributes" ] }
21
+ gix-traverse = { version = " ^0.43.0" , path = " ../gix-traverse" }
17
22
18
23
[dev-dependencies ]
24
+ gix-ref = { version = " ^0.49.0" , path = " ../gix-ref" }
25
+ gix-filter = { version = " ^0.15.0" , path = " ../gix-filter" }
26
+ gix-fs = { version = " ^0.12.0" , path = " ../gix-fs" }
27
+ gix-index = { version = " ^0.37.0" , path = " ../gix-index" }
28
+ gix-odb = { version = " ^0.65.0" , path = " ../gix-odb" }
19
29
gix-testtools = { path = " ../tests/tools" }
0 commit comments