flowchart RL
subgraph spp[Sundew.Packaging.Publish]
end
subgraph sd[Sundew.DiscriminatedUnions]
end
subgraph sb[Sundew.Base]
end
subgraph sc[Sundew.CommandLine]
end
subgraph cb[CommandlineBatcher]
end
subgraph sg[Sundew.Generator]
end
subgraph sq[Sundew.Quantities]
end
subgraph tm[TransparentMoq]
end
subgraph si[Sundew.Injection]
end
sb--runtime-->sd
sg--runtime-->sb
sg--runtime-->sc
sq--runtime-->sb
spp--runtime-->sb
cb--runtime-->sc--runtime-->sb
sq-.development.->sg
si-.development.->spp
sd-.development.->spp
sb-.development.->spp
sc<--runtime---spp
sc-.development.->spp
cb-.development.->spp
sg-.development.->spp
sq-.development.->spp
tm-.development.->spp
si-.development.->sb
si-.development.->sg
linkStyle 0 color:blue;