Skip to content

Commit

Permalink
Adjust tomls
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Nov 12, 2024
1 parent 8c9c4aa commit 9807ea5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/kotlin-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ yttrium = { path = "../yttrium", features = ["uniffi"] }
uniffi = { version = "0.28.1", features = ["tokio", "cli"] }
openssl = { version = "0.10", features = ["vendored"] }
openssl-sys = { version = "0.9.103", features = ["vendored"] }
erc6492 = { git = "https://github.com/reown-com/erc6492.git", branch = "main" }
alloy = { version = "0.3.6" }
erc6492.workspace = true
alloy.workspace = true


# Errors
eyre.workspace = true
Expand Down
3 changes: 3 additions & 0 deletions crates/yttrium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ wiremock = "0.6.0"

# Networking
reqwest.workspace = true

[build-dependencies]
serde_json = "1"

0 comments on commit 9807ea5

Please sign in to comment.