File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,11 @@ members = [
27
27
resolver = " 3"
28
28
29
29
[workspace .dependencies ]
30
+ alpm-buildinfo = { path = " ./alpm-buildinfo" , version = " 0.1.0" }
30
31
alpm-common = { path = " ./alpm-common" , version = " 0.1.0" }
32
+ alpm-mtree = { path = " ./alpm-mtree" , version = " 0.1.0" }
31
33
alpm-parsers = { path = " ./alpm-parsers" , version = " 0.1.0" }
34
+ alpm-pkginfo = { path = " ./alpm-pkginfo" , version = " 0.1.0" }
32
35
alpm-types = { path = " ./alpm-types" , version = " 0.5.0" }
33
36
assert_cmd = " 2.0.11"
34
37
clap = { version = " 4.5.19" , features = [
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ rust-version.workspace = true
14
14
version = " 0.0.0"
15
15
16
16
[dependencies ]
17
- alpm-buildinfo = { path = " ../alpm-buildinfo " }
18
- alpm-mtree = { path = " ../alpm-mtree " }
19
- alpm-pkginfo = { path = " ../alpm-pkginfo " }
17
+ alpm-buildinfo.workspace = true
18
+ alpm-mtree.workspace = true
19
+ alpm-pkginfo.workspace = true
20
20
alpm-srcinfo = { path = " ../alpm-srcinfo" }
21
21
anyhow = " 1"
22
22
clap.workspace = true
You can’t perform that action at this time.
0 commit comments