How can I express dependencies between apps using Waypoint?

Hi, I’m testing out Waypoint to provide a common interface for running my app locally and on Nomad but I’m struggling to find documentation on how to express dependencies between apps.

If I create two apps, A and B, how can I express that A depends on B to ensure that A is always deployed before B?