9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
|
|
# -*- Mode: Python; -*-
|
||
|
|
|
||
|
|
include_rules = [
|
||
|
|
# Dependencies on the implementation are not allowed in public/.
|
||
|
|
'-cast/common',
|
||
|
|
'+cast/common/public',
|
||
|
|
'+discovery/dnssd/public'
|
||
|
|
]
|