diff options
Diffstat (limited to 'blimp/net/DEPS')
-rw-r--r-- | blimp/net/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/blimp/net/DEPS b/blimp/net/DEPS new file mode 100644 index 0000000..7bb1081 --- /dev/null +++ b/blimp/net/DEPS @@ -0,0 +1,4 @@ +include_rules = [ + "+net/base", + "+net/socket", +] |