# -*- Mode: Python; -*-

include_rules = [
  # OSP code is strictly verboten.
  '-api',
  '-demo',
  '-go',
  '-msgs',

  # Intra-libcast dependencies must be explicit.
  '-cast',

  # All libcast code can use cast/third_party.
  '+cast/third_party',
  '+valijson',
  '+json',
]