From 9807ea55e0d7087c98177e9b034a9a21b9162e20 Mon Sep 17 00:00:00 2001 From: kubel Date: Tue, 12 Nov 2024 15:11:54 +0100 Subject: [PATCH] Adjust tomls --- crates/kotlin-ffi/Cargo.toml | 5 +++-- crates/yttrium/Cargo.toml | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/crates/kotlin-ffi/Cargo.toml b/crates/kotlin-ffi/Cargo.toml index 4744ac6..0b98f79 100644 --- a/crates/kotlin-ffi/Cargo.toml +++ b/crates/kotlin-ffi/Cargo.toml @@ -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 diff --git a/crates/yttrium/Cargo.toml b/crates/yttrium/Cargo.toml index fcacaef..6b4f07c 100644 --- a/crates/yttrium/Cargo.toml +++ b/crates/yttrium/Cargo.toml @@ -59,3 +59,6 @@ wiremock = "0.6.0" # Networking reqwest.workspace = true + +[build-dependencies] +serde_json = "1"