Skip to content

Commit 0cb0d4a

Browse files
committed
minify adb
1 parent 762f93c commit 0cb0d4a

141 files changed

Lines changed: 74 additions & 7418 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[workspace]
2-
members = ["adb_cli", "adb_client", "examples/mdns", "pyadb_client"]
2+
members = ["adb_cli", "adb_client"]
33
resolver = "2"
44

55
[workspace.package]
66
authors = ["Corentin LIAUD"]
77
edition = "2024"
88
homepage = "https://github.com/cocool97/adb_client"
9-
keywords = ["adb", "android", "tcp", "usb"]
9+
keywords = ["adb", "android", "tcp"]
1010
license = "MIT"
1111
repository = "https://github.com/cocool97/adb_client"
1212
version = "3.1.1"

adb_cli/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ version.workspace = true
1414
workspace = true
1515

1616
[dependencies]
17-
adb_client = { version = "^3.0.1", features = ["mdns", "usb"] }
17+
adb_client = { version = "^3.0.1" }
1818
clap = { version = "4.5.54", features = ["derive"] }
1919
env_logger = { version = "0.11.8" }
2020
log = { version = "0.4.29" }
21-
tabwriter = { version = "1.4.1" }
2221

23-
[target.'cfg(unix)'.dependencies]
24-
termios = { version = "0.3.3" }
2522

2623
#####################################
2724
# Debian package build instructions #

adb_cli/src/adb_termios.rs

Lines changed: 0 additions & 43 deletions
This file was deleted.

adb_cli/src/handlers/emulator_commands.rs

Lines changed: 0 additions & 34 deletions
This file was deleted.

adb_cli/src/handlers/host_commands.rs

Lines changed: 0 additions & 88 deletions
This file was deleted.

adb_cli/src/handlers/local_commands.rs

Lines changed: 0 additions & 33 deletions
This file was deleted.

adb_cli/src/handlers/mod.rs

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)