[package] name = "uniffi-example-rondpoint" edition = "2021" version = "0.21.0" authors = ["Firefox Sync Team "] license = "MPL-2.0" publish = false [lib] crate-type = ["lib", "cdylib"] name = "uniffi_rondpoint" [dependencies] uniffi_macros = {path = "../../uniffi_macros"} uniffi = {path = "../../uniffi", features=["builtin-bindgen"]} [build-dependencies] uniffi_build = {path = "../../uniffi_build", features=["builtin-bindgen"]}