From 3491a4548d119aed17d983f7e5dd18d61074efc2 Mon Sep 17 00:00:00 2001 From: Sudarsan Balaji Date: Wed, 13 Oct 2021 03:02:49 +0530 Subject: [PATCH] [WIP] kotlin tests work! --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95599f8..35d42a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "bdk-ffi" +name = "uniffi_bdk" version = "0.1.0" authors = ["Steve Myers "] edition = "2018"