fix: python package build
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user