-
Notifications
You must be signed in to change notification settings - Fork 996
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minimize the set of tokio features that need to be enabled.
- Loading branch information
Showing
15 changed files
with
5,588 additions
and
2 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
watchman/python/build/lib.linux-x86_64-cpython-311/pywatchman/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
# | ||
# This source code is licensed under the MIT license found in the | ||
# LICENSE file in the root directory of this source tree. | ||
|
||
add_fb_python_library(pywatchman | ||
SOURCES | ||
__init__.py | ||
capabilities.py | ||
encoding.py | ||
load.py | ||
pybser.py | ||
windows.py | ||
NAMESPACE pywatchman | ||
) |
Oops, something went wrong.