# -*- Mode: Python; -*-

# In the future, the streaming code will likely split into sender and receiver
# modules, at which point this can become finer-grained.
include_rules = [
  '+cast/common',
  '+cast/receiver',
  '+cast/sender',
  '+cast/streaming'
]
