Skip to content

Commit a626256

Browse files
committed
Merge branch 'user_verify'
2 parents 7d7141c + 849a2be commit a626256

File tree

4 files changed

+515
-30
lines changed

4 files changed

+515
-30
lines changed

Cargo.lock

+211
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bitbox-bridge/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ edition = "2021"
77
license = "Apache-2.0"
88

99
[dependencies]
10+
webbrowser = "1.0"
1011
env_logger = "0.11"
1112
futures = { workspace = true }
1213
futures-util = { workspace = true }
@@ -19,6 +20,7 @@ windows-service = "0.7.0"
1920
clap = { version = "4.5", features = ["cargo"] }
2021
warp = "0.3.7"
2122
tera = "1.20"
23+
uuid = { version = "1.10.0", features = ["v4"] }
2224

2325
[dependencies.u2fframing]
2426
version = "0.1"

0 commit comments

Comments
 (0)