Source code

Revision control

Copy as Markdown

Other Tools

[package]
name = "uniffi-example-custom-types"
edition = "2021"
version = "0.19.6"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
[lib]
crate-type = ["lib", "cdylib"]
name = "uniffi_custom_types"
[dependencies]
anyhow = "1"
bytes = "1.0"
serde_json = "1"
uniffi = { workspace = true }
url = "2.4"
[build-dependencies]
uniffi = { workspace = true, features = ["build"] }