[project] | |
name = "dep-test" | |
# a | |
# / \ | |
# b c | |
# / \ | |
# d e | |
[targets.a] | |
type = "dep_only" | |
deps = ["dep-test:b", "dep-test:c"] | |
[targets.b] | |
type = "dep_only" | |
[targets.c] | |
type = "dep_only" | |
deps = ["dep-test:d", "dep-test:e"] | |
[targets.d] | |
type = "dep_only" | |
[targets.e] | |
type = "dep_only" |