How to identify if a dependency is run time or build dependency? [closed]
I am creating a package to subscribe to a topic from a node in another package. I understand that the only dependency required is the message package
. Is this a run time or build dependency?