Skip to content

Type of dependency between projects

dynamic = "dynamic"

Dynamic dependencies are brought in by the module at run time


implicit = "implicit"

Implicit dependencies are inferred


static = "static"

Static dependencies are tied to the loading of the module