blob: cba99543a6894ee7cbcee4380271733c44d23cc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "uniffi-fixture-callbacks"
edition = "2021"
version = "0.21.0"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
[dependencies]
uniffi_macros = "0.21"
uniffi = "0.21"
thiserror = "1.0"
[build-dependencies]
uniffi_build = "0.21"
|