~Is there a way in general in a `dependencies` fie...
# general
f
Is there a way in general in a
dependencies
field to tell the engine "Everything you find with dependency inference, _plus this list_"?
Nevermind, this is what it does by default:
To add an explicit dependency, add the target's address to the
dependencies
field. This augments any dependencies that were inferred.
👆 1