Skip to content

Commit 8f39f87

Browse files
committed
Minimize the set of tokio features that need to be enabled.
1 parent c932fb2 commit 8f39f87

File tree

15 files changed

+5588
-2
lines changed

15 files changed

+5588
-2
lines changed

watchman/cli/Cargo.lock

Lines changed: 1081 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
#
3+
# This source code is licensed under the MIT license found in the
4+
# LICENSE file in the root directory of this source tree.
5+
6+
add_fb_python_library(pywatchman
7+
SOURCES
8+
__init__.py
9+
capabilities.py
10+
encoding.py
11+
load.py
12+
pybser.py
13+
windows.py
14+
NAMESPACE pywatchman
15+
)

0 commit comments

Comments
 (0)