Skip to content

Commit

Permalink
Minimize the set of tokio features that need to be enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
matts1 committed Nov 21, 2024
1 parent c932fb2 commit 8f39f87
Show file tree
Hide file tree
Showing 15 changed files with 5,588 additions and 2 deletions.
1,081 changes: 1,081 additions & 0 deletions watchman/cli/Cargo.lock

Large diffs are not rendered by default.

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
)
Loading

0 comments on commit 8f39f87

Please sign in to comment.