summaryrefslogtreecommitdiffstats
path: root/toolkit/components/uniffi-example-custom-types/Cargo.toml
blob: 5be9bc16d2267f72bb3bb9ed38323072ecfedb43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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.1"

[build-dependencies]
uniffi = { workspace = true, features = ["build"] }