chore(bindings): remove uniffi bindings

This commit is contained in:
thesimplekid
2024-05-08 09:44:13 +01:00
parent 7c9b61aab6
commit 8fbd778e58
3 changed files with 0 additions and 16 deletions

View File

@@ -1,7 +1,6 @@
[workspace]
members = [
"bindings/cdk-js",
"bindings/uniffi-bindgen",
"crates/cdk",
"crates/cdk-redb",
"crates/cdk-rexie",

View File

@@ -1,12 +0,0 @@
[package]
name = "uniffi-bindgen"
version = "0.1.0"
edition = "2021"
publish = false
rust-version.workspace = true
[dependencies]
uniffi = { workspace = true, features = ["cli"] }
[build-dependencies]
uniffi = { workspace = true, features = ["build"] }

View File

@@ -1,3 +0,0 @@
fn main() {
uniffi::uniffi_bindgen_main()
}