[package] name = "kotlin-bridge" version = "0.1.0" edition = "2021" keywords = ["kotlin", "ffi", "bindings", "ios", "mac"] description = "Generate FFI bindings for safe interop between Rust and Kotlin." repository = "https://github.com/chinedufn/kotlin-bridge" license = "Apache-2.0/MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [workspace] members = [ "crates/kotlin-bridge-cli", "crates/kotlin-bridge-build", "crates/kotlin-bridge-ir", "crates/kotlin-bridge-macro", ]