Skip to content

Commit 8b5a488

Browse files
committed
feat: add support for bridge approval mechanism and related configurations
1 parent ee4fc23 commit 8b5a488

14 files changed

Lines changed: 994 additions & 85 deletions

File tree

Cargo.lock

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ sha3 = "0.10"
3131
reqwest = { version = "0.12", features = ["json", "stream"] }
3232
rusqlite = { version = "0.32", features = ["bundled"] }
3333
k256 = { version = "0.13", features = ["ecdsa"] }
34+
p256 = { version = "0.13", features = ["ecdsa"] }
3435
alloy-primitives = "0.8"
3536
hex = "0.4"
3637
async-trait = "0.1"

crates/cli/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ serde_json.workspace = true
2525
clap = { version = "4.5", features = ["derive"] }
2626
libc.workspace = true
2727
dirs.workspace = true
28+
p256.workspace = true
2829

2930
[target.'cfg(target_os = "macos")'.dependencies]
3031
security-framework = "3"
32+
security-framework-sys = "2"

0 commit comments

Comments
 (0)