@@ -1,7 +1,6 @@
[workspace]
members = [
"bindings/cdk-js",
- "bindings/uniffi-bindgen",
"crates/cdk",
"crates/cdk-redb",
"crates/cdk-rexie",
@@ -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"] }
@@ -1,3 +0,0 @@
-fn main() {
- uniffi::uniffi_bindgen_main()
-}