mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-26 09:05:09 +01:00
chore(bindings): remove uniffi bindings
This commit is contained in:
@@ -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()
|
||||
}
|
||||
Reference in New Issue
Block a user