Source code

Revision control

Copy as Markdown

Other Tools

[package]
edition = "2021"
name = "mozdevice"
version = "0.5.2"
authors = ["Mozilla"]
description = "Client library for the Android Debug Bridge (adb)"
keywords = [
"adb",
"android",
"firefox",
"geckoview",
"mozilla",
]
license = "MPL-2.0"
[dependencies]
log = { version = "0.4", features = ["std"] }
once_cell = "1.4.0"
regex = { version = "1", default-features = false, features = ["perf", "std"] }
tempfile = "3"
thiserror = "1.0.25"
walkdir = "2"
unix_path = "1.0"
uuid = { version = "1.0", features = ["serde", "v4"] }