diff --git a/pyadb_client/Cargo.toml b/pyadb_client/Cargo.toml index cecce2a..0b107e7 100644 --- a/pyadb_client/Cargo.toml +++ b/pyadb_client/Cargo.toml @@ -20,7 +20,7 @@ doc = false name = "stub_gen" [dependencies] -adb_client = { path = "../adb_client" } +adb_client = { path = "../adb_client", features = ["usb"] } anyhow = { version = "1.0.95" } pyo3 = { version = "0.25.0", features = ["abi3-py37", "anyhow"] } pyo3-stub-gen = "0.7.0"