mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 14:17:02 +00:00
Co-authored-by: Simon Hyll <hyllsimon@gmail.com>
This commit is contained in:
parent
eeb6be5422
commit
cca5301b88
1
tooling/webdriver/Cargo.lock
generated
1
tooling/webdriver/Cargo.lock
generated
@ -425,6 +425,7 @@ version = "0.1.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"futures",
|
||||
"futures-util",
|
||||
"hyper",
|
||||
"pico-args",
|
||||
"serde",
|
||||
|
||||
@ -17,6 +17,7 @@ rust-version = "1.60"
|
||||
anyhow = "1"
|
||||
hyper = { version = "0.14", features = [ "client", "http1", "runtime", "server", "stream", "tcp" ] }
|
||||
futures = "0.3"
|
||||
futures-util = "0.3"
|
||||
pico-args = "0.4"
|
||||
serde = { version = "1", features = [ "derive" ] }
|
||||
serde_json = "1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user