Files
adb_client/Cargo.toml
LIAUD Corentin 0732a0bbad chore: v2.1.15
2025-07-27 20:20:57 +02:00

24 lines
542 B
TOML

[workspace]
members = ["adb_cli", "adb_client", "pyadb_client"]
resolver = "2"
[workspace.package]
authors = ["Corentin LIAUD"]
edition = "2024"
homepage = "https://github.com/cocool97/adb_client"
keywords = ["adb", "android", "tcp", "usb"]
license = "MIT"
repository = "https://github.com/cocool97/adb_client"
version = "2.1.15"
# To build locally when working on a new release
[patch.crates-io]
adb_client = { path = "./adb_client" }
[profile.release]
codegen-units = 1
debug-assertions = false
lto = "thin"
opt-level = 'z'
strip = true