mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-17 13:24:47 -07:00
23 lines
620 B
TOML
23 lines
620 B
TOML
[package]
|
|
name = "installer"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[features]
|
|
vendor = []
|
|
|
|
[dependencies]
|
|
adb_client = { git = "https://github.com/gaykitty/adb_client.git", branch = "nusb" }
|
|
# adb_client = { path = "../../adb_client/adb_client" }
|
|
anyhow = "1.0.98"
|
|
clap = { version = "4.5.37", features = ["derive"] }
|
|
md5 = "0.7.0"
|
|
nusb = "0.1.13"
|
|
reqwest = { version = "0.12.15", features = ["json"], default-features = false }
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
serde_json = "1.0.140"
|
|
sha2 = "0.10.8"
|
|
tokio = { version = "1.44.2", features = ["full"] }
|
|
tokio-retry2 = "0.5.7"
|
|
tokio-stream = "0.1.17"
|